summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2012-03-07 18:50:48 (GMT)
committerandreask <andreask>2012-03-07 18:50:48 (GMT)
commit1c622a7ca277c44b6137367b720ed3db61218ca9 (patch)
tree8ebf06d8e8ee4bace8541c730b10ef78fd6c0736 /ChangeLog
parent15fcf9ba56fbc50d32efcf77d80225232d7718b9 (diff)
downloadtcl-1c622a7ca277c44b6137367b720ed3db61218ca9.zip
tcl-1c622a7ca277c44b6137367b720ed3db61218ca9.tar.gz
tcl-1c622a7ca277c44b6137367b720ed3db61218ca9.tar.bz2
http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.5.7.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d67e66..e3a0fa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.5.7.
+
2012-03-06 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinPort.h: Compatibility with older Visual Studio versions.