summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@noemail.net>2009-04-27 22:10:28 (GMT)
committerferrieux <ferrieux@noemail.net>2009-04-27 22:10:28 (GMT)
commit6dc7c42e23213866b0505a2d013b711f127713b9 (patch)
tree1b8ee5775fa5066b3ebec1a4612f2d15ef65118e /ChangeLog
parentc6a10bd3e4f6c9af7b8a01a01fcff74152863ebd (diff)
downloadtcl-6dc7c42e23213866b0505a2d013b711f127713b9.zip
tcl-6dc7c42e23213866b0505a2d013b711f127713b9.tar.gz
tcl-6dc7c42e23213866b0505a2d013b711f127713b9.tar.bz2
Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late process-wide cleanups.
FossilOrigin-Name: 19cb09b3ecda47a8d8238b72069c8c4e808363b5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6addf27..1e4ca6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-04-27 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+ * generic/tclInt.h: Backport fix for [Bug 1028264]: WSACleanup() too early.
+ * generic/tclEvent.c: The fix introduces "late exit handlers"
+ * win/tclWinSock.c: for similar late process-wide cleanups.
+
+2009-04-27 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+
* win/tclWinSock.c: Backport fix for [Bug 2446662]: resync Win
behavior on RST with that of unix (EOF).