summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 19:20:09 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 19:20:09 (GMT)
commit606a330d6bb08072ba8bf38bc9e476039158f828 (patch)
treee75e5370f7df7ebe6463f5756266b5787482fe09 /ChangeLog
parente40644c547171476e6a3c82a26de2be520bada29 (diff)
downloadtcl-606a330d6bb08072ba8bf38bc9e476039158f828.zip
tcl-606a330d6bb08072ba8bf38bc9e476039158f828.tar.gz
tcl-606a330d6bb08072ba8bf38bc9e476039158f828.tar.bz2
* tests/socket.test: Accepted two new testcases by Stuart Casoff
<stwo@users.sourceforge.net> checking that -server and -async don't go together [Tcl SF Bug 796534].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a52291f..7ed06aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-07-16 Andreas Kupries <andreask@activestate.com>
+ * tests/socket.test: Accepted two new testcases by Stuart Casoff
+ <stwo@users.sourceforge.net> checking that -server and -async
+ don't go together [Tcl SF Bug 796534].
+
* unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe
Mistachkin's patch for [Tcl SF Bug 990500], properly closing the
notifier thread when its exits.