diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
commit | 1468085ceb1552c3ff05b0d09c1f81f9b251c33f (patch) | |
tree | e2fdf45d17ae19f6766a4e9c468c6bb3c840926a /library/http | |
parent | ead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (diff) | |
download | tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.zip tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.gz tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.bz2 |
Update changes toward 8.6b3 release. Bump to http 2.8.3.
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/http.tcl | 2 | ||||
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 69817b8..12820af 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -11,7 +11,7 @@ package require Tcl 8.6 # Keep this in sync with pkgIndex.tcl and with the install directories in # Makefiles -package provide http 2.8.2 +package provide http 2.8.3 namespace eval http { # Allow resourcing to not clobber existing data diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 82b2e0b..d89b14b 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.6]} {return} -package ifneeded http 2.8.2 [list tclPkgSetup $dir http 2.8.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.8.3 [list tclPkgSetup $dir http 2.8.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |