summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2012-03-07 18:59:34 (GMT)
committerandreask <andreask>2012-03-07 18:59:34 (GMT)
commit32f6af9347b1d150912acc9a62e5fd256750898f (patch)
treef4736d7e3dd8e3c53a1c7ddf044f267945c24494 /ChangeLog
parentcf0ad1235d050413c793244779a813c31593558c (diff)
parent6fba842371cba815e4bec4fbc5fcbef52d2f30bb (diff)
downloadtcl-32f6af9347b1d150912acc9a62e5fd256750898f.zip
tcl-32f6af9347b1d150912acc9a62e5fd256750898f.tar.gz
tcl-32f6af9347b1d150912acc9a62e5fd256750898f.tar.bz2
Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dfccfc..af6d1ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-07 Andreas Kupries <andreask@activestate.com>
+
+ * library/http/http.tcl: [Bug 3498327]: Generate upper-case
+ * library/http/pkgIndex.tcl: hexadecimal output for compliance
+ * tests/http.test: with RFC 3986. Bumped version to 2.8.4.
+ * unix/Makefile.in:
+ * win/Makefile.in:
+
2012-03-06 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinPort.h: Compatibility with older Visual Studio versions.