summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-07-08 22:01:39 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-07-08 22:01:39 (GMT)
commit02a6e9afc2955f7bd59537c5a65a6b024a55e796 (patch)
tree05dac3aea9ec13699409eb69cc4d1cb4b7c1216d /ChangeLog
parent1aa8e03a631b9af272dfc0de22e773bf95d37e72 (diff)
downloadtcl-02a6e9afc2955f7bd59537c5a65a6b024a55e796.zip
tcl-02a6e9afc2955f7bd59537c5a65a6b024a55e796.tar.gz
tcl-02a6e9afc2955f7bd59537c5a65a6b024a55e796.tar.bz2
* tests/socket.test: Fixed bug #578164. The original reason for
the was a DNS outage while running the testsuite. Changed [info hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on the local host.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff29f84..b72663e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-08 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * tests/socket.test: Fixed bug #578164. The original reason for
+ the was a DNS outage while running the testsuite. Changed [info
+ hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on
+ the local host.
+
2002-07-08 Don Porter <dgp@users.sourceforge.net>
* doc/tcltest.n: Fixed incompatibility in [viewFile].