summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2012-03-07 18:54:23 (GMT)
committerandreask <andreask>2012-03-07 18:54:23 (GMT)
commit85723f7753964dfd99076945efd55744ee3e52a2 (patch)
tree894c75ec44b39e65e403aac87b7bcf5aadabe347 /ChangeLog
parent334981d2e58e7f00f9b074b89b22c8df5ae04d68 (diff)
parent1c622a7ca277c44b6137367b720ed3db61218ca9 (diff)
downloadtcl-85723f7753964dfd99076945efd55744ee3e52a2.zip
tcl-85723f7753964dfd99076945efd55744ee3e52a2.tar.gz
tcl-85723f7753964dfd99076945efd55744ee3e52a2.tar.bz2
Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3c87ad..182f382 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.7.9.
+ * unix/Makefile.in:
+ * win/Makefile.in:
+
2012-03-06 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinPort.h: Compatibility with older Visual Studio versions.