summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2012-07-08 10:55:49 (GMT)
committermax <max@tclers.tk>2012-07-08 10:55:49 (GMT)
commit6a2fe9872f0b96f5d04d44dbe3f240aa370b01b2 (patch)
tree9c9e9eb612da3d4636c26e265416583202c2ab8d /ChangeLog
parent38cfc0dc1366ca379dae1e0b46b49c953362b043 (diff)
downloadtcl-6a2fe9872f0b96f5d04d44dbe3f240aa370b01b2.zip
tcl-6a2fe9872f0b96f5d04d44dbe3f240aa370b01b2.tar.gz
tcl-6a2fe9872f0b96f5d04d44dbe3f240aa370b01b2.tar.bz2
Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72c588d..68e7f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-08 Reinhard Max <max@suse.de>
+
+ * library/http/http.tcl: Add fix and test for URLs that contain
+ * tests/http.test: literal IPv6 addresses. [Bug 3531209]
+
2012-07-05 Don Porter <dgp@users.sourceforge.net>
* unix/tclUnixPipe.c: [Bug 1189293] Make "<<" binary safe.