diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:31:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:31:32 (GMT) |
commit | bbed95eccee9f7f5940bf4465a16ec6e6efbb84a (patch) | |
tree | 537496a923481bcda4f2909d9eb10ad15e45620c | |
parent | 65bb940fd01011167cda259485ddde99031a05d0 (diff) | |
download | tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.zip tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.gz tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.bz2 |
Bump to 2.5.6
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | library/http/http.tcl | 2 | ||||
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2011-01-17 Don Porter <dgp@users.sourceforge.net> + + * library/http/http.tcl: Bump to 2.5.6. + * library/http/pkgIndex.tcl: + 2012-01-13 Donal K. Fellows <dkf@users.sf.net> * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we diff --git a/library/http/http.tcl b/library/http/http.tcl index 046cdeb..bc8ae7f 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -22,7 +22,7 @@ package require Tcl 8.4 # Keep this in sync with pkgIndex.tcl and with the install directories # in Makefiles -package provide http 2.5.5 +package provide http 2.5.6 namespace eval http { variable http diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index cf6a1ff..6c574ef 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.4]} {return} -package ifneeded http 2.5.5 [list tclPkgSetup $dir http 2.5.5 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.5.6 [list tclPkgSetup $dir http 2.5.6 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |