summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-09-15 19:53:32 (GMT)
committerhobbs <hobbs>2006-09-15 19:53:32 (GMT)
commite54225009c1133029084660b54b930783c1fbb94 (patch)
tree60857e3a8c5dbb012c19b85195a12b6075a24e70 /ChangeLog
parent481c3e966dec813f857ea8fe0608e4f46c46a606 (diff)
downloadtcl-e54225009c1133029084660b54b930783c1fbb94.zip
tcl-e54225009c1133029084660b54b930783c1fbb94.tar.gz
tcl-e54225009c1133029084660b54b930783c1fbb94.tar.bz2
* 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 for 8.4.14
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 08820de..2b7dd43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-15 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * 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 for 8.4.14
+
2006-09-12 Andreas Kupries <andreask@activestate.com>
* unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize
@@ -54,13 +60,13 @@
2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
- * unix/tclUnixFCmd.c: Removed some false tests added
- (and left by mistake) by fixing the Tcl Bug: 999544
+ * unix/tclUnixFCmd.c: Removed some false tests added
+ (and left by mistake) by fixing the Tcl Bug: 999544
- * unix/tclUnixCompat.c: Added fallback to MT-unsafe
- library calls if TCL_THREADS is not defined.
- Fixed alignment of arrays copied by CopyArrayi() to be
- on the sizeof(char *) boundary.
+ * unix/tclUnixCompat.c: Added fallback to MT-unsafe
+ library calls if TCL_THREADS is not defined.
+ Fixed alignment of arrays copied by CopyArrayi() to be
+ on the sizeof(char *) boundary.
2006-09-07 Andreas Kupries <andreask@activestate.com>