summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-06 05:57:21 (GMT)
committerhobbs <hobbs>2006-10-06 05:57:21 (GMT)
commit45cf9721cab41cd7896f3c519c2b076405bbda67 (patch)
tree108495a84b0047174c2a083ea44dfdadcbf5d5c8 /ChangeLog
parent97b84d183aac17ef445cd59c956d0bb88328dbfe (diff)
downloadtcl-45cf9721cab41cd7896f3c519c2b076405bbda67.zip
tcl-45cf9721cab41cd7896f3c519c2b076405bbda67.tar.gz
tcl-45cf9721cab41cd7896f3c519c2b076405bbda67.tar.bz2
* library/http/http.tcl (http::geturl): only do geturl url rfc
3986 validity checking if $::http::strict is true (default true 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 f9e4859..3c1bb71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
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 true
+ 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