summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-06 05:56:47 (GMT)
committerhobbs <hobbs>2006-10-06 05:56:47 (GMT)
commit68b8be49f5771f747c9b416de6b11f386fdbb8fa (patch)
treeaec791cea1553d2bdfd29bff41cdbb7b32825444 /ChangeLog
parentc85fa02a0669f2ecbfb370f2a8babb29a2e007ac (diff)
downloadtcl-68b8be49f5771f747c9b416de6b11f386fdbb8fa.zip
tcl-68b8be49f5771f747c9b416de6b11f386fdbb8fa.tar.gz
tcl-68b8be49f5771f747c9b416de6b11f386fdbb8fa.tar.bz2
* library/http/http.tcl (http::geturl): only do geturl url rfc
3986 validity checking if $::http::strict is true (default false for 8.5). [Bug 1560506]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5331add..efb0ed6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-10-05 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/http/http.tcl (http::geturl): only do geturl url rfc
+ 3986 validity checking if $::http::strict is true (default false
+ for 8.5). [Bug 1560506]
+
* generic/tcl.h: note limitation on changing Tcl_UniChar size
* generic/tclEncoding.c (UtfToUnicodeProc, UnicodeToUtfProc):
* tests/encoding.test (encoding-16.1): fix alignment issues in