summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-18 19:41:15 (GMT)
committerhobbs <hobbs>2003-07-18 19:41:15 (GMT)
commitf25190b7b14bee012d5f29e0cb1ebc6cedb98527 (patch)
tree38fb4d979bf1f154bb2e18ae4be63725e06168c0 /library/http/pkgIndex.tcl
parente7fe85a9c83ac99d29c83dc003abe20abe576c57 (diff)
downloadtcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.zip
tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.tar.gz
tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.tar.bz2
* library/http/pkgIndex.tcl: merged to v2.4.4 from head
* library/http/http.tcl: add support for user:pass info in URL. * tests/http.test: [Bug 759888] (shiobara)
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 8461a67..82c68f5 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.2]} {return}
-package ifneeded http 2.4.2 [list tclPkgSetup $dir http 2.4.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}]
+package ifneeded http 2.4.4 [list tclPkgSetup $dir http 2.4.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}]