Update perldelta entry for [perl #114496].
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:51:11 +0000 (08:51 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:51:11 +0000 (08:51 +0100)
Improved text by Tony C, from the bug report.

pod/perldelta.pod

index b7d1864..f9b818e 100644 (file)
@@ -446,7 +446,9 @@ L</Modules and Pragmata> section.
 
 =item Win32
 
-A source of segfaults during global destruction has been fixed.
+Fixed a problem where perl could crash while cleaning up threads (including the
+main thread) in threaded debugging builds on Win32 and possibly other platforms
+[perl #114496].
 
 =item Solaris