summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-10-28 16:38:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-10-28 16:38:12 (GMT)
commit61a419537bc1d91d73aab42340f3924a84811a36 (patch)
tree7666592e4e681da741ab9898db7aef7969ba2e2b /ChangeLog
parent1ee91334601ef274827664f2c387998fdbfc99eb (diff)
downloadtcl-61a419537bc1d91d73aab42340f3924a84811a36.zip
tcl-61a419537bc1d91d73aab42340f3924a84811a36.tar.gz
tcl-61a419537bc1d91d73aab42340f3924a84811a36.tar.bz2
* tests/http.test: Make http-4.15 pass in isolation [Bug 3097490]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c08dabe..4b2c0e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-10-28 Don Porter <dgp@users.sourceforge.net>
+ * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490]
+
* unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can
crash some systems. Thanks Larry Virden. [Bug 3093120]