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

<http://perl5.git.perl.org/perl.git/commitdiff/fbdcfe02e796f08f85d7b27110ca9db31f10f1f1?hp=ef6aa4c94e14c64acabb3224163e4b800fb75ece>

- Log -----------------------------------------------------------------
commit fbdcfe02e796f08f85d7b27110ca9db31f10f1f1
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Wed Oct 12 20:15:44 2016 +0100

    Bump to RC4

M       META.json
M       patchlevel.h

commit 222e829d2f509a0df0a3fb74dea36f5c66337a10
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 60707e4e281454baa50455954d293e2ea35f1571
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Wed Oct 12 20:09:15 2016 +0100

    Finalize perldelta

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 META.json         |  2 +-
 patchlevel.h      |  1 +
 pod/perldelta.pod | 14 +++++++-------
 pod/perlhist.pod  |  2 ++
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/META.json b/META.json
index 39fa323..28bdd07 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/patchlevel.h b/patchlevel.h
index 6ebaeb7..b24cdaf 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 11388d9..5ecfe06 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -285,21 +285,21 @@ The C<PadlistNAMES> macro is an lvalue again.
 
 =head1 Acknowledgements
 
-Perl 5.22.3 represents approximately 3 months of development since Perl 5.22.2
-and contains approximately 3,400 lines of changes across 240 files from 17
+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
 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.22.3:
 
-Abigail, Alex Vandiver, Aristotle Pagaltzis, 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.
+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.
 
 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

Reply via email to