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

<http://perl5.git.perl.org/perl.git/commitdiff/98efd6478293db0a847dd618ac7d38b0493e6b26?hp=6f8c4dbd9de2aacccbd6a2bd284a77c31fb55d75>

- Log -----------------------------------------------------------------
commit 98efd6478293db0a847dd618ac7d38b0493e6b26
Author: Steve Hay <[email protected]>
Date:   Mon Jan 2 17:45:41 2017 +0000

    Bump to RC5

M       META.json
M       patchlevel.h

commit 58019cd4c859020da91bfe946ec0922c342fb362
Author: Steve Hay <[email protected]>
Date:   Mon Jan 2 15:07:59 2017 +0000

    5.22.3-RC5 and 5.24.1-RC5 today
    
    (cherry picked from commit 700779a8627cf5e47eedfe20b1c2eb3c865afb11)

M       pod/perlhist.pod

commit f1efd6f850a9cfb2d2402cce7f88543158173fe5
Author: Steve Hay <[email protected]>
Date:   Mon Jan 2 17:43:49 2017 +0000

    Finalize perldelta

M       pod/perldelta.pod

commit bbb6b4509eb7acbb3a6fcd0a8c9438cd6f320960
Author: Steve Hay <[email protected]>
Date:   Mon Jan 2 17:23:15 2017 +0000

    Update copyright year
    
    (cherry picked from commit f3e2e2629f0f71cdbc3fe0b9102a74a041e7919a)

M       README
M       perl.c

commit 066e09f1410090ce69e161fcd8cab8dd1d319655
Author: Steve Hay <[email protected]>
Date:   Mon Jan 2 15:05:20 2017 +0000

    Bump Module-CoreList $VERSION a bit

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm
M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 META.json                                                |  2 +-
 README                                                   |  2 +-
 dist/Module-CoreList/Changes                             |  2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm              |  8 ++++----
 dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm |  2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm        |  2 +-
 patchlevel.h                                             |  1 +
 perl.c                                                   |  4 ++--
 pod/perldelta.pod                                        | 16 ++++++++--------
 pod/perlhist.pod                                         |  2 ++
 10 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/META.json b/META.json
index 86fa43ebdf..220e4c30bf 100644
--- a/META.json
+++ b/META.json
@@ -111,7 +111,7 @@
          "vxs.inc"
       ]
    },
-   "release_status" : "stable",
+   "release_status" : "testing",
    "resources" : {
       "bugtracker" : {
          "web" : "https://rt.perl.org/";
diff --git a/README b/README
index d46e72eda0..02ac59ca4c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Perl is Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-2013, 2014, 2015, 2016 by Larry Wall and others.  All rights reserved.
+2013, 2014, 2015, 2016, 2017 by Larry Wall and others.  All rights reserved.
 
 
 
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 96e109b22d..91107a6d91 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20161019_24
+5.20170114_24
   - Updated for v5.24.1
 
 5.20161220
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7a672fb3a7..71702efe76 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.20161019_24';
+$VERSION = '5.20170114_24';
 
 sub _released_order {   # Sort helper, to make '?' sort after everything else
     (substr($released{$a}, 0, 1) eq "?")
@@ -13611,9 +13611,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Math::BigFloat::Trace' => '0.42_01',
             'Math::BigInt::Trace'   => '0.42_01',
             'Memoize'               => '1.03_01',
-            'Module::CoreList'      => '5.20161019_24',
-            'Module::CoreList::TieHashDelta'=> '5.20161019_24',
-            'Module::CoreList::Utils'=> '5.20161019_24',
+            'Module::CoreList'      => '5.20170114_24',
+            'Module::CoreList::TieHashDelta'=> '5.20170114_24',
+            'Module::CoreList::Utils'=> '5.20170114_24',
             'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index dc6b6adfbc..dedd3ab499 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.20161019_24';
+$VERSION = '5.20170114_24';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index ac7ee3fc6e..71edc4f4d0 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '5.20161019_24';
+$VERSION = '5.20170114_24';
 
 sub utilities {
     my $perl = shift;
diff --git a/patchlevel.h b/patchlevel.h
index 0d8ab183f3..9f0ad1e5d1 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,6 +133,7 @@ hunk.
 #  endif
 static const char * const local_patches[] = {
        NULL
+       ,"RC5"
 #ifdef PERL_GIT_UNCOMMITTED_CHANGES
        ,"uncommitted-changes"
 #endif
diff --git a/perl.c b/perl.c
index 8b1b83ce04..6197ea08d5 100644
--- a/perl.c
+++ b/perl.c
@@ -3,7 +3,7 @@
  *
  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  *    2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
- *    2013, 2014, 2015, 2016 by Larry Wall and others
+ *    2013, 2014, 2015, 2016, 2017 by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -3558,7 +3558,7 @@ S_minus_v(pTHX)
 #endif
 
        PerlIO_printf(PIO_stdout,
-                     "\n\nCopyright 1987-2016, Larry Wall\n");
+                     "\n\nCopyright 1987-2017, Larry Wall\n");
 #ifdef MSDOS
        PerlIO_printf(PIO_stdout,
                      "\nMS-DOS port Copyright (c) 1989, 1990, Diomidis 
Spinellis\n");
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9cf513d297..121f080d63 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -156,7 +156,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01.
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.20160506 to 5.20161019_24.
+L<Module::CoreList> has been upgraded from version 5.20160506 to 5.20170114_24.
 
 =item *
 
@@ -249,21 +249,21 @@ cases such as C<#!/opt/perl64/bin/perl>.
 
 =head1 Acknowledgements
 
-Perl 5.24.1 represents approximately 5 months of development since Perl 5.24.0
-and contains approximately 7,600 lines of changes across 240 files from 16
+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
 authors.
 
 Excluding auto-generated files, documentation and release tools, there were
-approximately 1,900 lines of changes to 180 .pm, .t, .c and .h files.
+approximately 2,200 lines of changes to 170 .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.24.1:
 
-Alex Vandiver, Aristotle Pagaltzis, Chris 'BinGOs' Williams, Craig A. Berry,
-Father Chrysostomos, James E Keenan, Jarkko Hietaniemi, Karen Etheridge, Leon
-Timmermans, Matthew Horsfall, Ricardo Signes, Sawyer X, Sébastien
-Aperghis-Tramoni, Stevan Little, Steve Hay, Tony Cook.
+Aaron Crane, Alex Vandiver, Aristotle Pagaltzis, Chad Granum, Chris 'BinGOs'
+Williams, Craig A. Berry, Father Chrysostomos, James E Keenan, Jarkko
+Hietaniemi, Karen Etheridge, Leon Timmermans, Matthew Horsfall, Ricardo Signes,
+Sawyer X, Sébastien Aperghis-Tramoni, Stevan Little, Steve Hay, Tony Cook.
 
 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
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 49c75f7e5e..1aef366f7e 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -571,6 +571,7 @@ the strings?).
  Steve     5.22.3-RC2   2016-Jul-25
  Steve     5.22.3-RC3   2016-Aug-11
  Steve     5.22.3-RC4   2016-Oct-12
+ Steve     5.22.3-RC5   2017-Jan-02
 
  Ricardo   5.23.0       2015-Jun-20     The 5.23 development track
  Matthew   5.23.1       2015-Jul-20
@@ -593,6 +594,7 @@ the strings?).
  Steve     5.24.1-RC2   2016-Jul-25
  Steve     5.24.1-RC3   2016-Aug-11
  Steve     5.24.1-RC4   2016-Oct-12
+ Steve     5.24.1-RC5   2017-Jan-02
 
  Ricardo   5.25.0       2016-May-09     The 5.25 development track
  Sawyer X  5.25.1       2016-May-20

--
Perl5 Master Repository

Reply via email to