In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/be2c0c650b028f54e427f2469a59942edfdff8a9?hp=fac0c3514e9b361ca5ffb2946542143d6ca5fd32>

- Log -----------------------------------------------------------------
commit be2c0c650b028f54e427f2469a59942edfdff8a9
Author: Ricardo Signes <[email protected]>
Date:   Tue Apr 26 18:16:10 2016 -0400

    final commit for v5.24.0!

M       META.json
M       patchlevel.h
M       pod/perldelta.pod

commit 656a5b9cdb56c6fdd719e47be031d7bb269deb56
Author: Ricardo Signes <[email protected]>
Date:   Sun May 8 07:35:23 2016 -0400

    perldelta: add Data::Alias to known broken list

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

Summary of changes:
 META.json         |  2 +-
 patchlevel.h      |  1 -
 pod/perldelta.pod | 42 +++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/META.json b/META.json
index c06141e..5b383ad 100644
--- a/META.json
+++ b/META.json
@@ -111,7 +111,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 82aa264..bcb921f 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,7 +133,6 @@ hunk.
 #  endif
 static const char * const local_patches[] = {
        NULL
-  ,"RC5"
 #ifdef PERL_GIT_UNCOMMITTED_CHANGES
        ,"uncommitted-changes"
 #endif
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 06b4a9d..9a86066 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2157,6 +2157,8 @@ and the reworking on the perl context stack creates a 
further incompatibility.
 perl5-porters has L<discussed the issue on the mailing
 list|http://www.nntp.perl.org/group/perl.perl5.porters/2016/05/msg236174.html>.
 
+=item L<Data::Alias>
+
 =item L<RPerl>
 
 =item L<Scope::Upper>
@@ -2181,7 +2183,45 @@ 
GitHub|https://github.com/apache/mod_perl/commit/82827132efd3c2e25cc413c85af61bb
 
 =head1 Acknowledgements
 
-[ XXX: generate this just in time, Ricardo! ]
+Perl 5.24.0 represents approximately 11 months of development since Perl 5.22.0
+and contains approximately 360,000 lines of changes across 1,800 files from 77
+authors.
+
+Excluding auto-generated files, documentation and release tools, there were
+approximately 250,000 lines of changes to 1,200 .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.0:
+
+Aaron Crane, Aaron Priven, Abigail, Achim Gratz, Alexander D'Archangel, Alex
+Vandiver, Andreas König, Andy Broad, Andy Dougherty, Aristotle Pagaltzis,
+Chase Whitener, Chas. Owens, Chris 'BinGOs' Williams, Craig A. Berry, Dagfinn
+Ilmari Mannsåker, Dan Collins, Daniel Dragan, David Golden, David Mitchell,
+Dominic Hargreaves, Doug Bell, Dr.Ruud, Ed Avis, Ed J, Father Chrysostomos,
+Herbert Breunung, H.Merijn Brand, Hugo van der Sanden, Ivan Pozdeev, James E
+Keenan, Jan Dubois, Jarkko Hietaniemi, Jerry D. Hedden, Jim Cromie, John
+Peacock, John SJ Anderson, Karen Etheridge, Karl Williamson, kmx, Leon
+Timmermans, Ludovic E. R. Tolhurst-Cleaver, Lukas Mai, Martijn Lievaart,
+Matthew Horsfall, Mattia Barbon, Max Maischein, Mohammed El-Afifi, Nicholas
+Clark, Nicolas R., Niko Tyni, Peter John Acklam, Peter Martini, Peter
+Rabbitson, Pip Cet, Rafael Garcia-Suarez, Reini Urban, Renee Baecker, Ricardo
+Signes, Sawyer X, Shlomi Fish, Sisyphus, Stanislaw Pusep, Steffen Müller,
+Stevan Little, Steve Hay, Sullivan Beck, Thomas Sibley, Todd Rinaldo, Tom
+Hukins, Tony Cook, Unicode Consortium, Victor Adam, Vincent Pit, Vladimir
+Timofeev, Yves Orton, Zachary Storer, Zefram.
+
+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
+the (very much appreciated) contributors who reported issues to the Perl bug
+tracker.
+
+Many of the changes included in this version originated in the CPAN modules
+included in Perl's core. We're grateful to the entire CPAN community for
+helping Perl to flourish.
+
+For a more complete list of all of Perl's historical contributors, please see
+the F<AUTHORS> file in the Perl source distribution.
 
 =head1 Reporting Bugs
 

--
Perl5 Master Repository

Reply via email to