In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/443bd156a6baaf7a8fe6b6b05fcf6c4178140ed2?hp=a2793520e837ef08bce678d70ee125dc429ab76e>
- Log ----------------------------------------------------------------- commit 443bd156a6baaf7a8fe6b6b05fcf6c4178140ed2 Author: Steve Hay <[email protected]> Date: Sat Jan 14 18:29:32 2017 +0000 Finalize perldelta M pod/perldelta.pod commit f7cea32d732bf63943118304014ba5b929fb5949 Author: Steve Hay <[email protected]> Date: Sat Jan 14 18:08:39 2017 +0000 5.22.3 and 5.24.1 today (cherry picked from commit 1b3e66e467297f8f5734581caeb89c6c96da0799) M pod/perlhist.pod commit fa886814c0915d89418d7e64c321ec204b57fa69 Author: Steve Hay <[email protected]> Date: Sat Jan 14 18:02:55 2017 +0000 Fill in release date in Module::CoreList M dist/Module-CoreList/lib/Module/CoreList.pm ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- pod/perldelta.pod | 2 +- pod/perlhist.pod | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 71702efe76..6cbf8d054b 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -302,7 +302,7 @@ sub changes_between { 5.025006 => '2016-10-20', 5.025007 => '2016-11-20', 5.025008 => '2016-12-20', - 5.024001 => '????-??-??', + 5.024001 => '2017-01-14', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 121f080d63..0608c02481 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -250,7 +250,7 @@ cases such as C<#!/opt/perl64/bin/perl>. =head1 Acknowledgements Perl 5.24.1 represents approximately 8 months of development since Perl 5.24.0 -and contains approximately 8,000 lines of changes across 240 files from 18 +and contains approximately 8,100 lines of changes across 240 files from 18 authors. Excluding auto-generated files, documentation and release tools, there were diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 1aef366f7e..1b2e626bc8 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -572,6 +572,7 @@ the strings?). Steve 5.22.3-RC3 2016-Aug-11 Steve 5.22.3-RC4 2016-Oct-12 Steve 5.22.3-RC5 2017-Jan-02 + Steve 5.22.3 2017-Jan-14 Ricardo 5.23.0 2015-Jun-20 The 5.23 development track Matthew 5.23.1 2015-Jul-20 @@ -595,6 +596,7 @@ the strings?). Steve 5.24.1-RC3 2016-Aug-11 Steve 5.24.1-RC4 2016-Oct-12 Steve 5.24.1-RC5 2017-Jan-02 + Steve 5.24.1 2017-Jan-14 Ricardo 5.25.0 2016-May-09 The 5.25 development track Sawyer X 5.25.1 2016-May-20 -- Perl5 Master Repository
