In perl.git, the branch maint-5.20 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6a50e5907859b52a38b2be1cc7a36ca17cd746b5?hp=ebae4e1478f7ef1772dbc747934c2ce894c73d6b>

- Log -----------------------------------------------------------------
commit 6a50e5907859b52a38b2be1cc7a36ca17cd746b5
Author: Steve Hay <[email protected]>
Date:   Sat Aug 22 23:27:39 2015 +0100

    Disarm patchlevel.h

M       META.json
M       patchlevel.h

commit 607b5aa52f5a6b37c968ba00f2aaacec8d75d8d0
Author: Steve Hay <[email protected]>
Date:   Sat Aug 22 21:34:18 2015 +0100

    Bump version to RC1

M       META.json
M       patchlevel.h

commit e0396bb53e964e4b48f9269cd05d562b3c8fe8b6
Author: Steve Hay <[email protected]>
Date:   Sat Aug 22 21:27:24 2015 +0100

    Perl 5.20.3-RC1 today
    
    (cherry picked from commit 5b5ceca34e06fac72032a14aa226ccb3f811d615)

M       pod/perlhist.pod

commit a9653ffc459a20c81d18c62fcc2081cbeed134dc
Author: Steve Hay <[email protected]>
Date:   Sat Aug 22 21:24:55 2015 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit f3f5a81a46cb02467bc2459f55921369b7d1802a
Author: Steve Hay <[email protected]>
Date:   Sat Aug 22 21:20:29 2015 +0100

    Module::CoreList - Remove 5.23.3 stubs
    
    As promised in 2b70db9cb1, this removes the stubs for the as-yet unreleased
    5.23.3.

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm

commit 39b2d907002ac68c67f0358104cb259961a19e2d
Author: Steve Hay <[email protected]>
Date:   Sat Aug 22 21:16:59 2015 +0100

    Update Module-CoreList for 5.20.3-RC1
    
    (I missed this in 2b70db9cb1.)

M       dist/Module-CoreList/lib/Module/CoreList.pm
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                      |  3 ---
 dist/Module-CoreList/lib/Module/CoreList.pm       | 23 +++-------------
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm |  7 -----
 pod/perldelta.pod                                 | 32 ++++++++++++++++++++---
 pod/perlhist.pod                                  |  1 +
 5 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 147a6e2..a31bba7 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,9 +1,6 @@
 5.20150822
   - Updated for v5.20.3
 
-5.20150920
-  - Updated for v5.23.3
-
 5.20150820
   - Updated for v5.23.2
 
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 58bd91a..bf9354c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -282,7 +282,6 @@ sub changes_between {
     5.023000 => '2015-06-20',
     5.023001 => '2015-07-20',
     5.023002 => '2015-08-20',
-    5.023003 => '????-??-??',
     5.020003 => '????-??-??',
   );
 
@@ -11692,23 +11691,14 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
         removed => {
         }
     },
-    5.023003 => {
-        delta_from => 5.023002,
-        changed => {
-            'B::Op_private'         => '5.023003',
-            'Config'                => '5.023003',
-        },
-        removed => {
-        }
-    },
     5.020003 => {
         delta_from => 5.020002,
         changed => {
             'Config'                => '5.020003',
             'Errno'                 => '1.20_06',
-            'Module::CoreList'      => '5.20150920',
-            'Module::CoreList::TieHashDelta'=> '5.20150920',
-            'Module::CoreList::Utils'=> '5.20150920',
+            'Module::CoreList'      => '5.20150822',
+            'Module::CoreList::TieHashDelta'=> '5.20150822',
+            'Module::CoreList::Utils'=> '5.20150822',
         },
         removed => {
         }
@@ -12290,13 +12280,6 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
-    5.023003 => {
-        delta_from => 5.023002,
-        changed => {
-        },
-        removed => {
-        }
-    },
     5.020003 => {
         delta_from => 5.020002,
         changed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 37c9708..350c917 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1073,13 +1073,6 @@ my %delta = (
         removed => {
         }
     },
-    5.023003 => {
-        delta_from => 5.023002,
-        changed => {
-        },
-        removed => {
-        }
-    },
     5.020003 => {
         delta_from => 5.020002,
         changed => {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a037356..14da137 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -236,9 +236,35 @@ L<[perl 
#125541]|https://rt.perl.org/Ticket/Display.html?id=125541>
 
 =head1 Acknowledgements
 
-XXX Generate this with:
-
-  perl Porting/acknowledgements.pl v5.20.2..HEAD
+Perl 5.20.3 represents approximately 6 months of development since Perl 5.20.2
+and contains approximately 2,800 lines of changes across 94 files from 26
+authors.
+
+Excluding auto-generated files, documentation and release tools, there were
+approximately 1,500 lines of changes to 41 .pm, .t, .c and .h files.
+
+Perl continues to flourish into its third decade thanks to a vibrant community
+of users and developers.  The following people are known to have contributed
+the improvements that became Perl 5.20.3:
+
+Alex Vandiver, Andy Dougherty, Aristotle Pagaltzis, Chris 'BinGOs' Williams,
+Craig A. Berry, Dagfinn Ilmari Mannsåker, Daniel Dragan, David Mitchell,
+Father Chrysostomos, H.Merijn Brand, James E Keenan, James McCoy, Jarkko
+Hietaniemi, Karen Etheridge, Karl Williamson, kmx, Lajos Veres, Lukas Mai,
+Matthew Horsfall, Petr Písař, Randy Stauner, Ricardo Signes, Sawyer X, Steve
+Hay, Tony Cook, Yves Orton.
+
+The list above is almost certainly incomplete as it is automatically generated
+from version control history.  In particular, it does not include the names of
+the (very much appreciated) contributors who reported issues to the Perl bug
+tracker.
+
+Many of the changes included in this version originated in the CPAN modules
+included in Perl's core.  We're grateful to the entire CPAN community for
+helping Perl to flourish.
+
+For a more complete list of all of Perl's historical contributors, please see
+the F<AUTHORS> file in the Perl source distribution.
 
 =head1 Reporting Bugs
 
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index b979295..8c03c29 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -540,6 +540,7 @@ the strings?).
  Steve     5.20.1       2014-Sep-14
  Steve     5.20.2-RC1   2015-Jan-31
  Steve     5.20.2       2015-Feb-14
+ Steve     5.20.3-RC1   2015-Aug-22
 
  Ricardo   5.21.0       2014-May-27     The 5.21 development track
  Matthew H 5.21.1       2014-Jun-20

--
Perl5 Master Repository

Reply via email to