summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2010-06-25 15:20:06 (GMT)
committerrmax <rmax>2010-06-25 15:20:06 (GMT)
commit8df802523ec3cf5a206d3c9cec6d6e1fa22784bc (patch)
treec25799a08a3273a558866c1263e5397fa19f2947 /ChangeLog
parent9b33611c932eaec129a800b681844ecdbabc20ee (diff)
downloadtcl-8df802523ec3cf5a206d3c9cec6d6e1fa22784bc.zip
tcl-8df802523ec3cf5a206d3c9cec6d6e1fa22784bc.tar.gz
tcl-8df802523ec3cf5a206d3c9cec6d6e1fa22784bc.tar.bz2
prevent a race condition when shutting down the remote test server
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a19e0..71afc2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2010-06-25 Reinhard Max <max@suse.de>
+
+ * tests/socket.test: Prevent a race condition during shutdown of
+ the remote test server that can cause a hang when the server is
+ being run in verbose mode.
+
2010-06-24 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinPort.h [Bug 3019634] errno.h and tclWinPort.h have
+ * win/tclWinPort.h [Bug 3019634] errno.h and tclWinPort.h have
conflicting definitions.
***POTENTIAL INCOMPATIBILITY***