summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-03-03 20:59:00 +0000
committerDavid Mitchell <davem@iabyn.com>2013-03-03 20:59:00 +0000
commit448da59b241c5821b7de5275096d903cfe13dff2 (patch)
treef689734fb9783df299e1911bfb99592abcb5a2a5
parentccc1261f04a369b34ff7c08841c19f7db9d7166e (diff)
downloadperl-448da59b241c5821b7de5275096d903cfe13dff2.tar.gz
final tidy of perldelta
-rw-r--r--pod/perldelta.pod42
1 files changed, 29 insertions, 13 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2bfb698987..67ec93f1f3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -13,10 +13,6 @@ If you are upgrading from an earlier release such as 5.12.0, first read
L<perl5140delta>, which describes differences between 5.12.0 and
5.14.0.
-=head1 Notice
-
-XXX Any important notices here
-
=head1 Core Enhancements
No changes since 5.14.0.
@@ -24,7 +20,7 @@ No changes since 5.14.0.
=head1 Security
This release contains one major and a number of minor security fixes.
-These latter are included mainly to allow the test suite to pass cleanly
+The latter are included mainly to allow the test suite to pass cleanly
with the clang compiler's address sanitizer facility.
=head2 CVE-2013-1667: memory exhaustion with arbitrary hash keys
@@ -37,8 +33,8 @@ This problem has been fixed.
=head2 [perl #111594] Socket::unpack_sockaddr_un heap-buffer-overflow
-A read buffer overflow could occur when copying sockaddr buffers. Fairly
-harmless.
+A read buffer overflow could occur when copying C<sockaddr> buffers.
+Fairly harmless.
This problem has been fixed.
@@ -65,8 +61,8 @@ This problem has been fixed.
=head2 [perl #115992] PL_eval_start use-after-free
-The statement C<local $[;>, when preceded by an eval, and when not part of
-an assignment, could crash. Fairly harmless.
+The statement C<local $[;>, when preceded by an C<eval>, and when not part
+of an assignment, could crash. Fairly harmless.
This problem has been fixed.
@@ -152,9 +148,10 @@ None.
=item VMS
-5.14.3 failed to compile on VMS due to incomplete application of a patch series
-that allowed userelocatableinc and usesitecustomize to be used simultaneously.
-Other platforms were not affected and the problem has now been corrected.
+5.14.3 failed to compile on VMS due to incomplete application of a patch
+series that allowed C<userelocatableinc> and C<usesitecustomize> to be
+used simultaneously. Other platforms were not affected and the problem
+has now been corrected.
=back
@@ -177,7 +174,26 @@ None.
=head1 Acknowledgements
-XXX The list of people to thank goes here.
+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
+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.
+
+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.
+
+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