From: Florian Ragwitz Date: Sat, 20 Nov 2010 16:18:25 +0000 (+0100) Subject: perldelta for 249534c3 X-Git-Tag: accepted/trunk/20130322.191538~6696 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad4340829488953b5ff85e45486e00e634e7ac60;p=platform%2Fupstream%2Fperl.git perldelta for 249534c3 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7c56dba..8912c5f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,8 +1,7 @@ =encoding utf8 =for comment -This has been completed up to f869c5854, except for: -249534c343ab758089ce40786709465e328c8b2d +This has been completed up to f869c5854 I may have missed a few module version bumps. =head1 NAME @@ -891,6 +890,14 @@ A signal handler called within a signal handler could cause leaks or double-frees. Now fixed. L<[perl #76248]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=76248>. +=item * + +When trying to report C, crashes could +occur if the GLOB of the global variable causing the warning has been detached +from its original stash by, for example C. This has been +fixed by disabling the reporting of variable names in the warning in those +cases. + =back =head1 Obituary