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)
commitabeb1a6a1e7d636379b0071d7a33a4395b6ec707 (patch)
tree9c9e9eb612da3d4636c26e265416583202c2ab8d /ChangeLog
parent4b87d73b631c0e6b946c1e7a43b9cbb528674b18 (diff)
downloadtcl-abeb1a6a1e7d636379b0071d7a33a4395b6ec707.zip
tcl-abeb1a6a1e7d636379b0071d7a33a4395b6ec707.tar.gz
tcl-abeb1a6a1e7d636379b0071d7a33a4395b6ec707.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.