diff options
author | andreask <andreask> | 2012-03-07 18:59:34 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-03-07 18:59:34 (GMT) |
commit | 32f6af9347b1d150912acc9a62e5fd256750898f (patch) | |
tree | f4736d7e3dd8e3c53a1c7ddf044f267945c24494 /library/http/pkgIndex.tcl | |
parent | cf0ad1235d050413c793244779a813c31593558c (diff) | |
parent | 6fba842371cba815e4bec4fbc5fcbef52d2f30bb (diff) | |
download | tcl-32f6af9347b1d150912acc9a62e5fd256750898f.zip tcl-32f6af9347b1d150912acc9a62e5fd256750898f.tar.gz tcl-32f6af9347b1d150912acc9a62e5fd256750898f.tar.bz2 |
Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index d89b14b..d51f8a8 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.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}}}] +package ifneeded http 2.8.4 [list tclPkgSetup $dir http 2.8.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |