In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b67331aafd6eff33e3fd904c45e811f69cbfb0b2?hp=c63e9ef33d77ea612620cd64ce87511ad88b8381>
- Log ----------------------------------------------------------------- commit b67331aafd6eff33e3fd904c45e811f69cbfb0b2 Author: Steve Hay <[email protected]> Date: Sat Sep 12 18:50:32 2015 +0100 Finalize perldelta M pod/perldelta.pod commit c451d171341a94ab53a1cf868d13ad758297b783 Author: Steve Hay <[email protected]> Date: Sat Sep 12 18:40:54 2015 +0100 5.20.3 today (cherry picked from commit 6c1eaae88de7275e370af4f093763986e62b2852) M pod/perlhist.pod commit 17f77ab4fb2572d46971cc95b10d9b448212d305 Author: Steve Hay <[email protected]> Date: Sat Sep 12 18:47:38 2015 +0100 Module::CoreList: Fill in date for 5.20.3 release (cherry picked from commit b55fc902c338825fa489f34f9fb89dfd8a0b98a0) M dist/Module-CoreList/Changes M dist/Module-CoreList/lib/Module/CoreList.pm ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- pod/perldelta.pod | 4 ++-- pod/perlhist.pod | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index a31bba7..70a96e6 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -5.20150822 +5.20150912 - Updated for v5.20.3 5.20150820 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index bf9354c..d50e7c5 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -282,7 +282,7 @@ sub changes_between { 5.023000 => '2015-06-20', 5.023001 => '2015-07-20', 5.023002 => '2015-08-20', - 5.020003 => '????-??-??', + 5.020003 => '2015-09-12', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -11696,9 +11696,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'Config' => '5.020003', 'Errno' => '1.20_06', - 'Module::CoreList' => '5.20150822', - 'Module::CoreList::TieHashDelta'=> '5.20150822', - 'Module::CoreList::Utils'=> '5.20150822', + 'Module::CoreList' => '5.20150912', + 'Module::CoreList::TieHashDelta'=> '5.20150912', + 'Module::CoreList::Utils'=> '5.20150912', }, removed => { } diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8c8360f..3aa81ec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -246,8 +246,8 @@ L<[perl #123712]|https://rt.perl.org/Ticket/Display.html?id=123712> =head1 Acknowledgements -Perl 5.20.3 represents approximately 6 months of development since Perl 5.20.2 -and contains approximately 3,100 lines of changes across 99 files from 26 +Perl 5.20.3 represents approximately 7 months of development since Perl 5.20.2 +and contains approximately 3,200 lines of changes across 99 files from 26 authors. Excluding auto-generated files, documentation and release tools, there were diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 04d68d6..58b006b 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -542,6 +542,7 @@ the strings?). Steve 5.20.2 2015-Feb-14 Steve 5.20.3-RC1 2015-Aug-22 Steve 5.20.3-RC2 2015-Aug-29 + Steve 5.20.3 2015-Sep-12 Ricardo 5.21.0 2014-May-27 The 5.21 development track Matthew H 5.21.1 2014-Jun-20 -- Perl5 Master Repository
