diff options
author | Peter Martini <PeterCMartini@GMail.com> | 2014-08-21 01:17:36 -0400 |
---|---|---|
committer | Peter Martini <PeterCMartini@GMail.com> | 2014-08-21 01:17:36 -0400 |
commit | 785ad2a807d699e19eeaa0991b88b07cc4a91bd4 (patch) | |
tree | fa7605ef3ba4fb23cae7ff78ec6590ea1d7a008a /pod | |
parent | 3bccb21e69f750efbe75806e53e2f921ee717de7 (diff) | |
parent | 29a15389521f38a960299048333ebb1c0d68ad7f (diff) | |
download | perl-785ad2a807d699e19eeaa0991b88b07cc4a91bd4.tar.gz |
Merge branch 'release-5.21.3' into blead
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 70 | ||||
-rw-r--r-- | pod/perlhist.pod | 1 |
2 files changed, 67 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6b9a4d5e2b..8ed52b7438 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -19,10 +19,9 @@ L<perl5212delta>, which describes differences between 5.21.1 and 5.21.2. In 5.21.1, C<defined(@array)> was made fatal. This has been relaxed to not die if the argument is assigning to an array. -=head2 Floating point handling and parsing has been improved +=head2 Floating point parsing has been improved Parsing and printing of floating point values has been improved. -XXX what in addition to hexadecimal floats? if nothing, change the head2. As a completely new feature, hexadecimal floating point literals (like 0x1.23p-4) are now supported, and they can be output with @@ -67,7 +66,20 @@ L<CPAN::Meta::Requirements> has been upgraded from version 2.125 to 2.126. =item * +L<ExtUtils::CBuilder> was moved from F<dist> to F<cpan>. + +=item * + +L<ExtUtils::CBuilder> has been upgraded from version 0.280216 to 0.280217. + +=item * + +L<ExtUtils::Install> was moved from F<dist> to F<cpan>. + +=item * + L<ExtUtils::Manifest> has been upgraded from version 1.64 to 1.65. +It was also moved from F<dist> to F<cpan>. =item * @@ -75,10 +87,26 @@ L<HTTP::Tiny> has been upgraded from version 0.043 to 0.047. =item * +L<IPC::Open3> has been upgraded from version 1.17 to 1.18. + +=item * + +L<Module::CoreList> has been upgraded from version 5.021002 to 5.021003. + +=item * + +L<Opcode> has been upgraded from version 1.27 to 1.28. + +=item * + L<perl5db.pl> has been upgraded from version 1.45 to 1.46. =item * +L<perlfaq> has been upgraded from version 5.0150044 to 5.0150045. + +=item * + L<POSIX> has been upgraded from version 1.41 to 1.42. =item * @@ -89,6 +117,14 @@ L<Safe> has been upgraded from version 2.37 to 2.38. L<Socket> has been upgraded from version 2.014 to 2.015. +=item * + +L<Sys::Hostname> has been upgraded from version 1.18 to 1.19 + +=item * + +L<UNIVERSAL> has been upgraded from version 1.11 to 1.12. + =back =head1 Documentation @@ -320,9 +356,35 @@ regex could cause C<pos> to see an incorrect value. [perl #122460] =head1 Acknowledgements -XXX Generate this with: +Perl 5.21.3 represents approximately 4 weeks of development since Perl 5.21.2 +and contains approximately 21,000 lines of changes across 250 files from 25 +authors. + +Excluding auto-generated files, documentation and release tools, there were +approximately 18,000 lines of changes to 160 .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.21.3: + +Aaron Crane, Abigail, Alberto Simões, Andy Dougherty, Brian Fraser, Chad +Granum, Chris 'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari Mannsåker, +Daniel Dragan, David Mitchell, Father Chrysostomos, H.Merijn Brand, James E +Keenan, Jan Dubois, Jarkko Hietaniemi, Karen Etheridge, Karl Williamson, Lukas +Mai, Peter Martini, Rafael Garcia-Suarez, syber, Tony Cook, Vladimir Marek, +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 +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. - perl Porting/acknowledgements.pl v5.21.2..HEAD +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 diff --git a/pod/perlhist.pod b/pod/perlhist.pod index de4737c270..230db665a6 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -534,6 +534,7 @@ the strings?). Ricardo 5.21.0 2014-May-27 The 5.21 development track Matthew H 5.21.1 2014-Jun-20 Abigail 5.21.2 2014-Jul-20 + Peter 5.21.3 2014-Aug-20 =head2 SELECTED RELEASE SIZES |