In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/95388f2eb27e74cdbfb715c0097f16aeba4e6e4e?hp=2749d0395cc1e21d69af38cde41490699fc6e3ab>
- Log ----------------------------------------------------------------- commit 95388f2eb27e74cdbfb715c0097f16aeba4e6e4e Author: Sawyer X <[email protected]> Date: Tue May 30 13:53:15 2017 +0200 perlhist: Move 5.26.0 to another table to fix line length M pod/perlhist.pod commit fd78006f550d2eb32d7b5fdb7e5ab56626251219 Author: Sawyer X <[email protected]> Date: Tue May 30 13:39:43 2017 +0200 add new release to perlhist M pod/perlhist.pod commit 6f092b56729d2c0b85c300aa1c00d1762d628698 Author: Sawyer X <[email protected]> Date: Tue May 30 13:02:18 2017 +0200 perldelta: Sort order of modules M pod/perldelta.pod commit 6afbbd479e46bb66623b39a4c19086edcab96bae Author: Sawyer X <[email protected]> Date: Tue May 30 13:01:47 2017 +0200 perldelta: Update acknowledgements M pod/perldelta.pod commit dee2a2b854fa795f32c15dd400b7d6b4edc0945c Author: Sawyer X <[email protected]> Date: Tue May 30 12:50:46 2017 +0200 Update Module::CoreList for 5.26.0 M dist/Module-CoreList/Changes M dist/Module-CoreList/lib/Module/CoreList.pm M dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm M dist/Module-CoreList/lib/Module/CoreList/Utils.pm M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- .../lib/Module/CoreList/TieHashDelta.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +- pod/perldelta.pod | 14 ++++++------- pod/perlhist.pod | 24 ++++++++++++++++++++++ 6 files changed, 38 insertions(+), 14 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index e137bb3a7b..bd356de6c6 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -5.20170520 +5.20170530 - Updated for v5.26.0 5.20170420 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 7e5cd78986..a4868b1485 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -3,7 +3,7 @@ use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated %delta/; use version; -$VERSION = '5.20170520'; +$VERSION = '5.20170530'; sub _undelta { my ($delta) = @_; @@ -14101,9 +14101,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'B::Op_private' => '5.026000', 'Config' => '5.026', - 'Module::CoreList' => '5.20170520', - 'Module::CoreList::TieHashDelta'=> '5.20170520', - 'Module::CoreList::Utils'=> '5.20170520', + 'Module::CoreList' => '5.20170530', + 'Module::CoreList::TieHashDelta'=> '5.20170530', + 'Module::CoreList::Utils'=> '5.20170530', }, removed => { } diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 4d4a50f793..a6cdf0badd 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm @@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta; use strict; use vars qw($VERSION); -$VERSION = '5.20170520'; +$VERSION = '5.20170530'; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index a25b2448db..b0b02f4c65 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -5,7 +5,7 @@ use warnings; use vars qw[$VERSION %utilities]; use Module::CoreList; -$VERSION = '5.20170520'; +$VERSION = '5.20170530'; sub utilities { my $perl = shift; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4f46355451..06dcd1d74f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -582,6 +582,10 @@ this matches the behaviour for non-bareword constants. =item * +IO::Compress has been upgraded from version 2.069 to 2.074. + +=item * + L<Archive::Tar> has been upgraded from version 2.04 to 2.24. =item * @@ -819,10 +823,6 @@ L<IO> has been upgraded from version 1.36 to 1.38. =item * -IO::Compress has been upgraded from version 2.069 to 2.074. - -=item * - L<IO::Socket::IP> has been upgraded from version 0.37 to 0.38. =item * @@ -882,7 +882,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01. =item * -L<Module::CoreList> has been upgraded from version 5.20170420 to 5.20170520. +L<Module::CoreList> has been upgraded from version 5.20170420 to 5.20170530. =item * @@ -3253,8 +3253,8 @@ missed. =head1 Acknowledgements -Perl 5.26.0 represents approximately 12 months of development since Perl 5.24.0 -and contains approximately 370,000 lines of changes across 2,600 files from 86 +Perl 5.26.0 represents approximately 13 months of development since Perl 5.24.0 +and contains approximately 360,000 lines of changes across 2,600 files from 86 authors. Excluding auto-generated files, documentation and release tools, there were diff --git a/pod/perlhist.pod b/pod/perlhist.pod index a960a3ca9a..7784c42698 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -614,6 +614,7 @@ the strings?). Sawyer X 5.26.0-RC1 2017-May-11 The 5.26 maintenance track Sawyer X 5.26.0-RC2 2017-May-23 + Sawyer X 5.26.0 2017-May-30 =head2 SELECTED RELEASE SIZES @@ -697,6 +698,7 @@ explained below. 5.20.0 6243 115 1187 75 19499 2701 9620 2457 5145 159 5.22.0 7819 115 1284 77 19121 2635 9772 2434 5615 176 5.24.0 7922 113 1287 77 19535 2677 9994 2465 5702 177 + 5.26.0 9140 121 24925 1200 40643 3017 10514 2614 7854 211 The "core"..."doc" mean the following files from the Perl source code distribution. The glob notation ** means recursively, (.) means @@ -1021,6 +1023,28 @@ the Perl source distribution for somewhat more selected releases. win32 1183 64 1201 64 1268 65 x2p 341 19 - - - - + ====================================================================== + + 5.26.0 + + Configure 593 1 + Cross 122 15 + djgpp 21 7 + h2pl 24 15 + hints 376 87 + mad - - + NetWare 499 61 + os2 552 70 + plan9 322 17 + Porting 1380 73 + qnx 5 4 + symbian 315 54 + utils 578 50 + vms 527 12 + vos 12 7 + win32 1313 65 + x2p - - + =head2 SELECTED PATCH SIZES The "diff lines kB" means that for example the patch 5.003_08, to be -- Perl5 Master Repository
