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

<http://perl5.git.perl.org/perl.git/commitdiff/e2a4306ace4a19cb3a434e4eb9fedad6ff1248b4?hp=4b39663ff1c51c68c6412a29ea57b000bf4e81af>

- Log -----------------------------------------------------------------
commit e2a4306ace4a19cb3a434e4eb9fedad6ff1248b4
Author: Ricardo Signes <[email protected]>
Date:   Mon Jan 6 18:13:39 2014 -0500

    Update META files

M       META.json

commit dc6f860da8298baa7dda0281f6d8ad1b9de1d7cd
Author: Ricardo Signes <[email protected]>
Date:   Mon Jan 6 17:47:49 2014 -0500

    disarm the release candidate marker

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 d6aaf75..970798e 100644
--- a/META.json
+++ b/META.json
@@ -118,7 +118,7 @@
          "TestInit.pm"
       ]
    },
-   "release_status" : "testing",
+   "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
          "web" : "http://rt.perl.org/perlbug/";
diff --git a/patchlevel.h b/patchlevel.h
index 381c1d2..9f85e94 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,7 +133,6 @@ hunk.
 #  endif
 static const char * const local_patches[] = {
        NULL
-       ,"RC4"
 #ifdef PERL_GIT_UNCOMMITTED_CHANGES
        ,"uncommitted-changes"
 #endif

--
Perl5 Master Repository

Reply via email to