summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-09-11 17:30:44 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-09-11 17:30:44 (GMT)
commit264a53b95e0724905142d10910aca420f6aa82da (patch)
tree3aa5eb1cf77caaafbe55ca0ec23b1e0b901f8520 /ChangeLog
parent35f80ef0b54395ebe7556da6c8b96d12c04d7b47 (diff)
downloadtcl-264a53b95e0724905142d10910aca420f6aa82da.zip
tcl-264a53b95e0724905142d10910aca420f6aa82da.tar.gz
tcl-264a53b95e0724905142d10910aca420f6aa82da.tar.bz2
* The changes below are a fix for [219253].
* tests/socket.test: Removed _most_ instances of hardwired port numbers for listening sockets. Remaining are the ports in all tests with constraint 'doTestsWithRemoteServer'. These seem to be designed for a more controlled environment and are usually skipped when running the testsuite. * tests/io.test: Removed all instances of hardwired port numbers for listening sockets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e5c18b..919e21c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-09-11 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * The changes below are a fix for [219253].
+
+ * tests/socket.test: Removed _most_ instances of hardwired port
+ numbers for listening sockets. Remaining are the ports in all
+ tests with constraint 'doTestsWithRemoteServer'. These seem to
+ be designed for a more controlled environment and are usually
+ skipped when running the testsuite.
+
+ * tests/io.test: Removed all instances of hardwired port numbers
+ for listening sockets.
+
2001-09-10 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclEvent.c (TclInExit): Corrected handling of tsd in