summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorandreask <andreask>2012-03-07 18:54:23 (GMT)
committerandreask <andreask>2012-03-07 18:54:23 (GMT)
commit85723f7753964dfd99076945efd55744ee3e52a2 (patch)
tree894c75ec44b39e65e403aac87b7bcf5aadabe347 /unix
parent334981d2e58e7f00f9b074b89b22c8df5ae04d68 (diff)
parent1c622a7ca277c44b6137367b720ed3db61218ca9 (diff)
downloadtcl-85723f7753964dfd99076945efd55744ee3e52a2.zip
tcl-85723f7753964dfd99076945efd55744ee3e52a2.tar.gz
tcl-85723f7753964dfd99076945efd55744ee3e52a2.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 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 0b6a114..382a41b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.7.8 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_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";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.9.tm;
@echo "Installing library opt0.4 directory";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \