In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c8580a46e683b4518f7c9e6763087393ab4e5244?hp=09e0d4147e7836adfd05824fba31e72d7078e0e1>
- Log ----------------------------------------------------------------- commit c8580a46e683b4518f7c9e6763087393ab4e5244 Author: Steve Hay <[email protected]> Date: Mon Jan 2 17:45:13 2017 +0000 Bump to RC5 M META.json M patchlevel.h commit 7e0bf584c45aaa8757e8b2bc93a13d333ab7a205 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 8da8a04ddd084b83ec72da06b4e15b078b793929 Author: Steve Hay <[email protected]> Date: Mon Jan 2 17:43:33 2017 +0000 Finalize perldelta M pod/perldelta.pod commit 5cec2e542191a89c8ff8681d1d292d71be79c366 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 4175051059dfd10a22e5ad6b98ee329e364cd464 Author: Steve Hay <[email protected]> Date: Mon Jan 2 15:04:54 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 39fa323a67..28bdd07ccc 100644 --- a/META.json +++ b/META.json @@ -112,7 +112,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 69db3b7d5f..efdd62554e 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -5.20161019_22 +5.20170114_22 - Updated for v5.22.3 5.20161220 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index ca20a1a40b..9e91ed0d8e 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_22'; +$VERSION = '5.20170114_22'; sub _released_order { # Sort helper, to make '?' sort after everything else (substr($released{$a}, 0, 1) eq "?") @@ -13609,9 +13609,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Locale::Maketext' => '1.26_01', 'Locale::Maketext::Simple'=> '0.21_01', 'Memoize' => '1.03_01', - 'Module::CoreList' => '5.20161019_22', - 'Module::CoreList::TieHashDelta'=> '5.20161019_22', - 'Module::CoreList::Utils'=> '5.20161019_22', + 'Module::CoreList' => '5.20170114_22', + 'Module::CoreList::TieHashDelta'=> '5.20170114_22', + 'Module::CoreList::Utils'=> '5.20170114_22', '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 935b29743e..a6bd5047f7 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_22'; +$VERSION = '5.20170114_22'; 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 eaf9855375..b199717e5c 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_22'; +$VERSION = '5.20170114_22'; sub utilities { my $perl = shift; diff --git a/patchlevel.h b/patchlevel.h index 6ebaeb7bbf..85c2ff0ebd 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 52bfe64303..180aa79342 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. @@ -3511,7 +3511,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 18d218530a..c8ddcdf326 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -160,7 +160,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01. =item * -L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20161019_22. +L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20170114_22. =item * @@ -250,21 +250,21 @@ The C<PadlistNAMES> macro is an lvalue again. =head1 Acknowledgements -Perl 5.22.3 represents approximately 5 months of development since Perl 5.22.2 -and contains approximately 4,000 lines of changes across 240 files from 18 +Perl 5.22.3 represents approximately 8 months of development since Perl 5.22.2 +and contains approximately 4,400 lines of changes across 240 files from 20 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.22.3: -Abigail, Alex Vandiver, Aristotle Pagaltzis, Chris 'BinGOs' Williams, Craig A. -Berry, David Mitchell, Father Chrysostomos, James E Keenan, Jarkko Hietaniemi, -Karen Etheridge, Karl Williamson, Matthew Horsfall, Niko Tyni, Ricardo Signes, -Sawyer X, Stevan Little, Steve Hay, Tony Cook. +Aaron Crane, Abigail, Alex Vandiver, Aristotle Pagaltzis, Chad Granum, Chris +'BinGOs' Williams, Craig A. Berry, David Mitchell, Father Chrysostomos, James E +Keenan, Jarkko Hietaniemi, Karen Etheridge, Karl Williamson, Matthew Horsfall, +Niko Tyni, Ricardo Signes, Sawyer X, 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
