diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-09 14:00:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-09 14:00:15 (GMT) |
commit | c509f61617b25dc0e12c07ca27b5b44bce13cb5f (patch) | |
tree | a6adbaeda6a7ce0e617e82eb7ce71cbd5e158b54 /win | |
parent | 77532b29d0c6c85dab5e98de6141a4f876114210 (diff) | |
download | tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.zip tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.tar.gz tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.tar.bz2 |
[Bug 3599395]: http assumes status line is a proper tcl list.
Bump http package to 2.7.11.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 4949c70..23f5a2b 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -637,8 +637,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.7.10 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.10.tm; + @echo "Installing package http 2.7.11 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.11.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |