summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorandreask <andreask>2012-03-07 18:54:23 (GMT)
committerandreask <andreask>2012-03-07 18:54:23 (GMT)
commit6fba842371cba815e4bec4fbc5fcbef52d2f30bb (patch)
tree894c75ec44b39e65e403aac87b7bcf5aadabe347 /library/http/pkgIndex.tcl
parentc5f728a5afb7fb8b7ef05a0f830327c7a67b830b (diff)
parentd5ea885e1cb865eee05b60f99f61ac30e8a136c8 (diff)
downloadtcl-6fba842371cba815e4bec4fbc5fcbef52d2f30bb.zip
tcl-6fba842371cba815e4bec4fbc5fcbef52d2f30bb.tar.gz
tcl-6fba842371cba815e4bec4fbc5fcbef52d2f30bb.tar.bz2
Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r--library/http/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index 43b5571..815ac12 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -1,4 +1,4 @@
# Tcl package index file, version 1.1
if {![package vsatisfies [package provide Tcl] 8.4]} {return}
-package ifneeded http 2.7.8 [list tclPkgSetup $dir http 2.7.8 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.7.9 [list tclPkgSetup $dir http 2.7.9 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]