summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2008-03-12 09:51:36 (GMT)
committerhobbs <hobbs>2008-03-12 09:51:36 (GMT)
commitabb6e593c4fe93a99241275011aaa97b6a259485 (patch)
tree9606360702be5fc0ff9a22d6e04f523cda0a5a65 /ChangeLog
parent2a8fbfca012f397ebc7a5978ce851691cc48ba7b (diff)
downloadtcl-abb6e593c4fe93a99241275011aaa97b6a259485.zip
tcl-abb6e593c4fe93a99241275011aaa97b6a259485.tar.gz
tcl-abb6e593c4fe93a99241275011aaa97b6a259485.tar.bz2
* unix/Makefile.in (install-libraries): Bump http to 2.7
* win/Makefile.in (install-libraries): Added -myaddr option to allow * library/http/http.tcl (http::geturl): control of selected socket * library/http/pkgIndex.tcl: interface. [Bug 559898] * doc/http.n, tests/http.test: Added -keepalive and -protocol 1.1 with chunked transfer encoding support. [Bug 1063703, 1470377, 219225] Added ability to override Host in -headers. [Bug 928154] Added -strict option to control URL validation on per-call basis. [Bug 1560506]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dabeb47..25b941c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-03-12 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/Makefile.in (install-libraries): Bump http to 2.7
+ * win/Makefile.in (install-libraries): Added -myaddr option to allow
+ * library/http/http.tcl (http::geturl): control of selected socket
+ * library/http/pkgIndex.tcl: interface. [Bug 559898]
+ * doc/http.n, tests/http.test: Added -keepalive and
+ -protocol 1.1 with chunked transfer encoding support. [Bug
+ 1063703, 1470377, 219225]
+ Added ability to override Host in -headers. [Bug 928154]
+ Added -strict option to control URL validation on per-call basis.
+ [Bug 1560506]
+
2008-03-11 Jeff Hobbs <jeffh@ActiveState.com>
* library/http/http.tcl (http::geturl): add -method option to support