In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a26666a1317770d8a2228ac3657ba58020c3511f?hp=b2e40d982328e99d8c433431d7866ea6d005ba72>
- Log ----------------------------------------------------------------- commit a26666a1317770d8a2228ac3657ba58020c3511f Author: Steve Hay <[email protected]> Date: Sat Jul 15 17:18:30 2017 +0100 5.22.4 today M dist/Module-CoreList/lib/Module/CoreList.pm commit 43ec9c1b3d347ea32ee634c350411384fb3d4589 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 9ab93ce6b5..947fea6c8f 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.022004 => '????-??-??', + 5.022004 => '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
