X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/fdf5fcde40864e583bbf86152b1cad6f9e834985..ef947715afa61498b53f70cba66376a225f4f054:/pod/perldelta.pod?ds=sidebyside diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f43fc3a..387d6f3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2,8 +2,6 @@ =for comment Stuff that needs to be done still: -6136213 [perl #52000] Warn/abort on attempted perl exit -cccbbce Reap child in case where exception has been thrown 70502ce [perl #119101] Extraneous warnings in Parse::ErrorString::Perl aa8c2dc Fix RT #41461 (with a test). @@ -219,6 +217,13 @@ needed and a regression introduced in 0.78 has been fixed. =item * +L has been upgradded from version 1.14 to 1.15. + +C would leak a zombie process if the child process I/O +redirection or exec() failed. [perl #114722] + +=item * + The libnet module collection has been upgraded from version 1.22 to 1.23. =item * @@ -468,6 +473,11 @@ well. C has been added to the API. It is similar to C, but supports long strings on 64-bit platforms. +=item * + +C can now be used by perl embedders or other XS code to +have perl warn or abort() on an attempted exit. [perl #52000] + =back =head1 Selected Bug Fixes