In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1744095c937db890a7a8a7384a7aa3f343682886?hp=db6d387787f5bd2763d328fabc35ffcfb8944973>
- Log ----------------------------------------------------------------- commit 1744095c937db890a7a8a7384a7aa3f343682886 Author: Steve Hay <steve.m....@googlemail.com> Date: Sun Sep 7 17:34:13 2014 +0100 Porting/makemeta update M META.json commit d10ab2eb0f741fc741a3ab7ace92e7563d7d4359 Author: Steve Hay <steve.m....@googlemail.com> Date: Sun Sep 7 17:25:00 2014 +0100 Bump version to RC2 M patchlevel.h commit 1248c2bcec031fe6b211c00729f4c7576bbb30f9 Author: Steve Hay <steve.m....@googlemail.com> Date: Sun Sep 7 17:21:33 2014 +0100 5.20.1-RC2 today (cherry picked from commit 2f2cb2442a9510a2ca843089a5ac006c75faa4f0) M pod/perlhist.pod commit fb0d734c55315b4f4ddf760b097727968fd8cf4e Author: Steve Hay <steve.m....@googlemail.com> Date: Sun Sep 7 17:19:56 2014 +0100 perldelta - Update acknowledgements M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- patchlevel.h | 1 + pod/perldelta.pod | 7 ++++--- pod/perlhist.pod | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/META.json b/META.json index 2090c8c..2310f7c 100644 --- a/META.json +++ b/META.json @@ -115,7 +115,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 8cbd286..ee4ef79 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -136,6 +136,7 @@ static const char * const local_patches[] = { #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif + ,"RC2" PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ ,NULL }; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f53ae9d..b3a557e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -343,7 +343,7 @@ fixed. =head1 Acknowledgements Perl 5.20.1 represents approximately 3 months of development since Perl 5.20.0 -and contains approximately 11,000 lines of changes across 170 files from 35 +and contains approximately 12,000 lines of changes across 170 files from 36 authors. Excluding auto-generated files, documentation and release tools, there were @@ -358,8 +358,9 @@ Jousset, Andrew Fresh, Andy Dougherty, Brian Fraser, Chris 'BinGOs' Williams, Craig A. Berry, Daniel Dragan, David Golden, David Mitchell, H.Merijn Brand, James E Keenan, Jan Dubois, Jarkko Hietaniemi, John Peacock, kafka, Karen Etheridge, Karl Williamson, Lukas Mai, Matthew Horsfall, Michael Bunk, Peter -Martini, Rafael Garcia-Suarez, Reini Urban, Ricardo Signes, Smylers, Steve Hay, -Thomas Sibley, Todd Rinaldo, Tony Cook, Vladimir Marek, Yves Orton. +Martini, Rafael Garcia-Suarez, Reini Urban, Ricardo Signes, Shirakata Kentaro, +Smylers, Steve Hay, Thomas Sibley, Todd Rinaldo, Tony Cook, Vladimir Marek, +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 diff --git a/pod/perlhist.pod b/pod/perlhist.pod index db4df07..9491e52 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -532,6 +532,7 @@ the strings?). Ricardo 5.20.0-RC1 2014-May-16 The 5.20 maintenance track Ricardo 5.20.0 2014-May-27 Steve 5.20.1-RC1 2014-Aug-25 + Steve 5.20.1-RC2 2014-Sep-07 Ricardo 5.21.0 2014-May-27 The 5.21 development track Matthew H 5.21.1 2014-Jun-20 -- Perl5 Master Repository