From: Tony Cook Date: Thu, 15 Aug 2013 01:29:01 +0000 (+1000) Subject: perldelta for 6136213, cccbbce X-Git-Tag: upstream/5.20.0~2323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef947715afa61498b53f70cba66376a225f4f054;p=platform%2Fupstream%2Fperl.git perldelta for 6136213, cccbbce --- 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