summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-04-10 21:50:12 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-04-10 21:50:12 (GMT)
commitb59a745f0fe91d48ec355193d4161fef4f6807bd (patch)
tree75a1f12b2ababf9514352523e19d218f724cff4d
parentbd47c76800ec6de95366210adcfdd88bbf238bc3 (diff)
downloadtcl-b59a745f0fe91d48ec355193d4161fef4f6807bd.zip
tcl-b59a745f0fe91d48ec355193d4161fef4f6807bd.tar.gz
tcl-b59a745f0fe91d48ec355193d4161fef4f6807bd.tar.bz2
Forgot to add changelog for http commit
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b733402..a17f130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-10 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/http/http.tcl: Improved HTTP/1.1 support and added
+ * library/http/pkgIndex.tcl: specific HTTP/1.1 testing to ensure
+ * tests/http11.test: we handle chunked+gzip for the various
+ * tests/httpd11.test: modes (normal, -channel and -handler)
+ * makefiles: package version set to 2.8.0
+
2008-04-10 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros