diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-06 16:27:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-06 16:27:16 (GMT) |
commit | a211779208901e6896f83c8f03817fadfe6b95d0 (patch) | |
tree | 646d27192334bbbb72c301d989af0f6ed5d4a3ee | |
parent | e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f (diff) | |
parent | 07bc7f6239dbbfb01001aacdfaece126250e1965 (diff) | |
download | tcl-a211779208901e6896f83c8f03817fadfe6b95d0.zip tcl-a211779208901e6896f83c8f03817fadfe6b95d0.tar.gz tcl-a211779208901e6896f83c8f03817fadfe6b95d0.tar.bz2 |
Complete bump to http 2.8.5
-rw-r--r-- | changes | 3 | ||||
-rw-r--r-- | unix/Makefile.in | 4 | ||||
-rw-r--r-- | win/Makefile.in | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -8121,4 +8121,7 @@ Dropped support for OS X versions less than 10.4 (Tiger) (fellows) 2012-10-14 (bug fix) [tcl::Bgerror] crash on non-dict options (nijtmans) +2012-11-06 (bug fix)[3581754] avoid multiple callback on keep-alive (fellows) +=> http 2.8.5 + --- Released 8.6.0, ??? ??, 2012 --- See ChangeLog for details --- diff --git a/unix/Makefile.in b/unix/Makefile.in index 9ac84f7..b54484f 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -839,8 +839,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.4 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.4.tm; + @echo "Installing package http 2.8.5 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.5.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ diff --git a/win/Makefile.in b/win/Makefile.in index e0f3cee..dacbbb5 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -634,8 +634,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.4 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.4.tm; + @echo "Installing package http 2.8.5 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.5.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |