summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-10-05 05:01:37 (GMT)
committerhobbs <hobbs>2005-10-05 05:01:37 (GMT)
commit9f6bbd3b79f74a8449023467afca0207c7621dad (patch)
tree29c75199c236489f27110732b2078142188520c8 /ChangeLog
parentac08c2624bd5c89d68f61d6899b692051cf75fb1 (diff)
downloadtcl-9f6bbd3b79f74a8449023467afca0207c7621dad.zip
tcl-9f6bbd3b79f74a8449023467afca0207c7621dad.tar.gz
tcl-9f6bbd3b79f74a8449023467afca0207c7621dad.tar.bz2
* tests/http.test: do not URI encode -._~ according
* library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 817996d..b04f1ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-10-04 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/http.test: do not URI encode -._~ according
+ * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho)
+
* generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static
* generic/tclEncoding.c (TclFindEncodings): make static