summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2009-04-27 21:25:17 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2009-04-27 21:25:17 (GMT)
commit67f8b1bc1ba1d7df58f6005534a2f488a100c339 (patch)
tree08153556a85dbd59d13dd57e65bd1071abae6a37 /ChangeLog
parentdfec115d39b5adbfc1ab38de1b52a06cb052831a (diff)
downloadtcl-67f8b1bc1ba1d7df58f6005534a2f488a100c339.zip
tcl-67f8b1bc1ba1d7df58f6005534a2f488a100c339.tar.gz
tcl-67f8b1bc1ba1d7df58f6005534a2f488a100c339.tar.bz2
Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f4ef3..6addf27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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).
+
2009-04-22 Andreas Kupries <andreask@activestate.com>
* generic/tclStringObj.c (UpdateStringOfString): Added cast to fix