In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/15e8128e124dab3754a0b3050b07f94358198f81?hp=1744095c937db890a7a8a7384a7aa3f343682886>
- Log ----------------------------------------------------------------- commit 15e8128e124dab3754a0b3050b07f94358198f81 Author: Steve Hay <steve.m....@googlemail.com> Date: Sun Sep 7 18:25:25 2014 +0100 Porting/makemeta update M META.json commit b9ae0931904edca74f6495d215fcf693db798e27 Author: Steve Hay <steve.m....@googlemail.com> Date: Sun Sep 7 18:25:12 2014 +0100 Disarm the patchlevel.h change M patchlevel.h ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- patchlevel.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/META.json b/META.json index 2310f7c..2090c8c 100644 --- a/META.json +++ b/META.json @@ -115,7 +115,7 @@ "vxs.inc" ] }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://rt.perl.org/" diff --git a/patchlevel.h b/patchlevel.h index ee4ef79..8cbd286 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -136,7 +136,6 @@ 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 }; -- Perl5 Master Repository