diff options
author | andreask <andreask> | 2012-03-07 18:50:48 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-03-07 18:50:48 (GMT) |
commit | 1c622a7ca277c44b6137367b720ed3db61218ca9 (patch) | |
tree | 8ebf06d8e8ee4bace8541c730b10ef78fd6c0736 /library/http/pkgIndex.tcl | |
parent | 15fcf9ba56fbc50d32efcf77d80225232d7718b9 (diff) | |
download | tcl-1c622a7ca277c44b6137367b720ed3db61218ca9.zip tcl-1c622a7ca277c44b6137367b720ed3db61218ca9.tar.gz tcl-1c622a7ca277c44b6137367b720ed3db61218ca9.tar.bz2 |
http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.5.7.
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 6c574ef..c5d2928 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.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}}}] +package ifneeded http 2.5.7 [list tclPkgSetup $dir http 2.5.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |