In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/eb3b805818a89c08b5564d383beddf70f69af1a3?hp=8a4b182604a9fbf5ead5028097dc6f65481f56e1>
- Log ----------------------------------------------------------------- commit eb3b805818a89c08b5564d383beddf70f69af1a3 Author: Steve Hay <[email protected]> Date: Sat Jul 15 17:18:46 2017 +0100 5.24.2 today M dist/Module-CoreList/lib/Module/CoreList.pm commit abccb7bc8512aa89f3c7ccd07219e38839c77976 Author: Steve Hay <[email protected]> Date: Sat Jul 15 17:16:06 2017 +0100 5.22.4 and 5.24.2 today (cherry picked from commit f73b203fbe2138ae0eac7c523450d08227309933) M pod/perlhist.pod ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- pod/perlhist.pod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index ab356be732..7b14b37827 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -311,7 +311,7 @@ sub changes_between { 5.026000 => '2017-05-30', 5.027000 => '2017-05-31', 5.027001 => '2017-06-20', - 5.024002 => '????-??-??', + 5.024002 => '2017-07-15', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 547b3e1689..17b07dee32 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -575,6 +575,7 @@ the strings?). Steve 5.22.3-RC5 2017-Jan-02 Steve 5.22.3 2017-Jan-14 Steve 5.22.4-RC1 2017-Jul-01 + Steve 5.22.4 2017-Jul-15 Ricardo 5.23.0 2015-Jun-20 The 5.23 development track Matthew 5.23.1 2015-Jul-20 @@ -600,6 +601,7 @@ the strings?). Steve 5.24.1-RC5 2017-Jan-02 Steve 5.24.1 2017-Jan-14 Steve 5.24.2-RC1 2017-Jul-01 + Steve 5.24.2 2017-Jul-15 Ricardo 5.25.0 2016-May-09 The 5.25 development track Sawyer X 5.25.1 2016-May-20 -- Perl5 Master Repository
