summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-11-19 12:21:56 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2013-11-19 12:21:56 +0000
commit34e8ce870edf86c0bd4707c01205875db19be411 (patch)
treed2c58cc15b835a274641a449496dfd09f766f62c
parent480127f457b51d8eeba80d83675918c7e6f46095 (diff)
downloadperl-34e8ce870edf86c0bd4707c01205875db19be411.tar.gz
perldelta for b47a847f62
-rw-r--r--pod/perldelta.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f3c5220ea8..d2fd8ecd8b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,5 +1,4 @@
=for todo
-b47a847f62 win32/win32sck.c: dont close() a freed socket os handle
35e037e846 Commit 1735f6f started to escape all...
9b4bdfd44e fix chop formats with non PV vars
@@ -589,6 +588,13 @@ the new subroutine has been installed.
C<s///>, C<tr///> and C<y///> now work when a wide character is used as the
delimiter. [perl #120463]
+=item *
+
+On Windows, perl no longer calls CloseHandle() on a socket handle. This makes
+debugging easier on Windows by removing certain irrelevant bad handle
+exceptions. It also fixes a race condition and possible test failure in
+F<dist/IO/t/cachepropagate-tcp.t>. [perl #120091/118059]
+
=back
=head1 Known Problems