summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-16 01:22:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-16 01:22:16 (GMT)
commitcef8ab3d9470f2813b77dbcc19daa8e55fac98a2 (patch)
tree0d9955ea2a378618c37f7add708040738cc56747 /ChangeLog
parentd7ecf2f735c34c837b464e3fc4af74c48efe1a2a (diff)
downloadtcl-cef8ab3d9470f2813b77dbcc19daa8e55fac98a2.zip
tcl-cef8ab3d9470f2813b77dbcc19daa8e55fac98a2.tar.gz
tcl-cef8ab3d9470f2813b77dbcc19daa8e55fac98a2.tar.bz2
* tests/http.test (http-5.1): bump http to 2.5.3
* unix/Makefile.in: * win/Makefile.in:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48aff0f..28f2dc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* library/http/http.tcl: Change " " -> "+" url encoding mapping
* library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986.
* tests/http.test (http-5.1): bump http to 2.5.3
+ * unix/Makefile.in:
+ * win/Makefile.in:
2006-09-12 Andreas Kupries <andreask@activestate.com>