diff options
author | andreask <andreask> | 2012-03-07 18:54:23 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-03-07 18:54:23 (GMT) |
commit | 6fba842371cba815e4bec4fbc5fcbef52d2f30bb (patch) | |
tree | 894c75ec44b39e65e403aac87b7bcf5aadabe347 /win | |
parent | c5f728a5afb7fb8b7ef05a0f830327c7a67b830b (diff) | |
parent | d5ea885e1cb865eee05b60f99f61ac30e8a136c8 (diff) | |
download | tcl-6fba842371cba815e4bec4fbc5fcbef52d2f30bb.zip tcl-6fba842371cba815e4bec4fbc5fcbef52d2f30bb.tar.gz tcl-6fba842371cba815e4bec4fbc5fcbef52d2f30bb.tar.bz2 |
Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
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 b3df47f..d3c9c80 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.8 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.8.tm; + @echo "Installing package http 2.7.9 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.9.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |