summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-07 17:24:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-07 17:24:12 (GMT)
commit9123f8f93ed83b6d013c28df71ee8394112fce28 (patch)
tree06ae563ede46ef35f44a42ae7397acb4bb0b2846 /ChangeLog
parentba7ee97d3a0cc406e8d30238bab5b3d6e45ed5c4 (diff)
downloadtcl-9123f8f93ed83b6d013c28df71ee8394112fce28.zip
tcl-9123f8f93ed83b6d013c28df71ee8394112fce28.tar.gz
tcl-9123f8f93ed83b6d013c28df71ee8394112fce28.tar.bz2
3574493 Avoid hanging on exit due to use of synchronization calls in
routines called by DllMain().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f84707..1a372f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-07 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinSock.c: [Bug 3574493] Avoid hanging on exit due to
+ use of synchronization calls in routines called by DllMain().
+
2012-10-03 Don Porter <dgp@users.sourceforge.net>
* generic/tclIO.c: When checking for std channels being closed,