In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/01aeece0064776ef8376d241eb4e3e4692362c23?hp=a1220edc42b11075a877416c742e56e1ffd68e42>
- Log ----------------------------------------------------------------- commit 01aeece0064776ef8376d241eb4e3e4692362c23 Author: Steve Hay <steve.m....@googlemail.com> Date: Wed Oct 12 20:15:56 2016 +0100 Bump to RC4 M META.json M patchlevel.h commit 3f5a8ffe5b6a1493ef2e9b61ac5758af03beab07 Author: Steve Hay <steve.m....@googlemail.com> Date: Wed Oct 12 20:12:25 2016 +0100 5.22.3-RC4 and 5.24.1-RC4 today (cherry picked from commit 4d5205e5a6aa4045d90384106fea5395b1b8e70f) M pod/perlhist.pod commit a130468d9b6ef09ba9e04a8ef363faf5960d4f1a Author: Steve Hay <steve.m....@googlemail.com> Date: Wed Oct 12 20:09:56 2016 +0100 Finalize perldelta M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- patchlevel.h | 1 + pod/perldelta.pod | 13 +++++++------ pod/perlhist.pod | 2 ++ 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/META.json b/META.json index 86fa43e..220e4c3 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/patchlevel.h b/patchlevel.h index 0d8ab18..3a3629b 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,6 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"RC4" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 45097e4..e58f03d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -284,20 +284,21 @@ cases such as C<#!/opt/perl64/bin/perl>. =head1 Acknowledgements -Perl 5.24.1 represents approximately 3 months of development since Perl 5.24.0 -and contains approximately 7,100 lines of changes across 240 files from 13 +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 authors. Excluding auto-generated files, documentation and release tools, there were -approximately 1,500 lines of changes to 170 .pm, .t, .c and .h files. +approximately 1,900 lines of changes to 180 .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, Craig A. Berry, Father Chrysostomos, James E Keenan, Jarkko -Hietaniemi, Karen Etheridge, Leon Timmermans, Matthew Horsfall, Ricardo Signes, -Sawyer X, Sébastien Aperghis-Tramoni, Steve Hay, Tony Cook. +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. 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 2e4e90a..d44c239 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -570,6 +570,7 @@ the strings?). Steve 5.22.3-RC1 2016-Jul-17 Steve 5.22.3-RC2 2016-Jul-25 Steve 5.22.3-RC3 2016-Aug-11 + Steve 5.22.3-RC4 2016-Oct-12 Ricardo 5.23.0 2015-Jun-20 The 5.23 development track Matthew 5.23.1 2015-Jul-20 @@ -591,6 +592,7 @@ the strings?). Steve 5.24.1-RC1 2016-Jul-17 Steve 5.24.1-RC2 2016-Jul-25 Steve 5.24.1-RC3 2016-Aug-11 + Steve 5.24.1-RC4 2016-Oct-12 Ricardo 5.25.0 2016-May-09 The 5.25 development track Sawyer X 5.25.1 2016-May-20 -- Perl5 Master Repository