In perl.git, the branch maint-5.14 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/26c5c13a4ece9084f310610bb17fb2f24c72a73e?hp=e0f008015d0445a286c2ce3e05dec1b0d63ada2d>
- Log ----------------------------------------------------------------- commit 26c5c13a4ece9084f310610bb17fb2f24c72a73e Author: David Mitchell <da...@iabyn.com> Date: Sun Mar 10 19:18:11 2013 +0000 Module::CoreList bump version after recent edit M dist/Module-CoreList/lib/Module/CoreList.pm commit f8c6937be06337eebff157fc4f2c7e01961a28e9 Author: David Mitchell <da...@iabyn.com> Date: Sun Mar 10 19:09:08 2013 +0000 disarm RC2 M patchlevel.h commit a40777de11bbfd417158414d22029ac0fd7a5c66 Author: David Mitchell <da...@iabyn.com> Date: Sun Mar 10 19:08:08 2013 +0000 perlhist.pod: add entries for 5.14.4 M pod/perlhist.pod commit b45511fd011e22a72bb967b983febf50394ef34e Author: David Mitchell <da...@iabyn.com> Date: Sun Mar 10 19:04:55 2013 +0000 perlhist.pod: sync from blead's version M pod/perlhist.pod commit 863f6f8e7fb0a9bc5d9bcd04437875c9c006dd94 Author: David Mitchell <da...@iabyn.com> Date: Sun Mar 10 19:02:19 2013 +0000 Module::CoreList: add 5.14.4 release date M dist/Module-CoreList/lib/Module/CoreList.pm commit 600b69f6bb4bd1e172d216e038f3a49286fa142f Author: David Mitchell <da...@iabyn.com> Date: Sun Mar 10 18:57:02 2013 +0000 perldelta: touch-up acknowledgements section M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 4 ++-- patchlevel.h | 1 - pod/perldelta.pod | 9 +++++---- pod/perlhist.pod | 8 ++++++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index dea12bf..9f46f26 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -2,7 +2,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; -$VERSION = '2.49_06'; +$VERSION = '2.49_07'; =head1 NAME @@ -351,7 +351,7 @@ sub removed_raw { 5.014001 => '2011-06-16', 5.014002 => '2011-09-26', 5.014003 => '2012-10-12', - 5.014004 => '????-??-??', + 5.014004 => '2013-03-10', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/patchlevel.h b/patchlevel.h index 6a41ba2..4d9cd6d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,6 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC2" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b4b14f6..68cf653 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -182,16 +182,17 @@ None. =head1 Acknowledgements Perl 5.14.4 represents approximately 5 months of development since Perl 5.14.3 -and contains approximately 1,100 lines of changes across 44 files from 11 +and contains approximately 1,700 lines of changes across 49 files from 12 authors. 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.14.4: -Andy Dougherty, Chris 'BinGOs' Williams, Craig A. Berry, Dave Rolsky, David -Mitchell, Dominic Hargreaves, Father Chrysostomos, Florian Ragwitz, Reini -Urban, Ricardo Signes, Yves Orton. +Andy Dougherty, Chris 'BinGOs' Williams, Christian Hansen, Craig A. Berry, +Dave Rolsky, David Mitchell, Dominic Hargreaves, Father Chrysostomos, +Florian Ragwitz, Reini Urban, Ricardo Signes, 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 432e919..b3082f7 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -31,8 +31,8 @@ Michael Schwern, Rafael Garcia-Suarez, Nicholas Clark, Richard Clamp, Leon Brocard, Dave Mitchell, Jesse Vincent, Ricardo Signes, Steve Hay, Matt S Trout, David Golden, Florian Ragwitz, Tatsuhiko Miyagawa, Chris C<BinGOs> Williams, Zefram, Ãvar Arnfjörð Bjarmason, Stevan -Little, Dave Rolsky, Max Maischein, Abigail, Jesse Luehrs, Tony Cook -and Dominic Hargreaves. +Little, Dave Rolsky, Max Maischein, Abigail, Jesse Luehrs, Tony Cook, +Dominic Hargreaves, and Aaron Crane. =head2 PUMPKIN? @@ -444,6 +444,7 @@ the strings?). Ricardo 5.12.3 2011-Jan-21 Leon 5.12.4-RC1 2011-Jun-08 Leon 5.12.4 2011-Jun-20 + Dominic 5.12.5 2012-Nov-10 Leon 5.13.0 2010-Apr-20 The 5.13 development track Ricardo 5.13.1 2010-May-20 @@ -466,6 +467,9 @@ the strings?). Florian 5.14.2-RC1 2011-Sep-19 5.14.2 2011-Sep-26 Dominic 5.14.3 2012-Oct-12 + David M 5.14.4-RC1 2013-Mar-05 + David M 5.14.4-RC2 2013-Mar-07 + David M 5.14.4 2013-Mar-10 David G 5.15.0 2011-Jun-20 The 5.15 development track Zefram 5.15.1 2011-Jul-20 -- Perl5 Master Repository