summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-18 19:36:40 (GMT)
committerhobbs <hobbs>2003-07-18 19:36:40 (GMT)
commit9dc1deb815dd43734b59bbc5d4dbb7c28e13faf5 (patch)
tree60da98a853f30e7667b20ecb3a1e0724296e07c4 /library/http/pkgIndex.tcl
parent2fbb36cdb77e640aa7cd11eddf6d19a7ac5c4490 (diff)
downloadtcl-9dc1deb815dd43734b59bbc5d4dbb7c28e13faf5.zip
tcl-9dc1deb815dd43734b59bbc5d4dbb7c28e13faf5.tar.gz
tcl-9dc1deb815dd43734b59bbc5d4dbb7c28e13faf5.tar.bz2
* library/http/pkgIndex.tcl: upped to http v2.4.4
* 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 3adc591..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.3 [list tclPkgSetup $dir http 2.4.3 {{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}}}]