diff options
author | nijtmans <nijtmans> | 2009-11-11 06:49:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-11 06:49:04 (GMT) |
commit | 8be022f88dcd5cbe494a84980ba3d14df3e18f48 (patch) | |
tree | 6d82be7455eb7c7a8cf8046cf518e5b9c40057d5 /ChangeLog | |
parent | 69e155a5691d03e8293409bdc307651f0c92494e (diff) | |
download | tcl-8be022f88dcd5cbe494a84980ba3d14df3e18f48.zip tcl-8be022f88dcd5cbe494a84980ba3d14df3e18f48.tar.gz tcl-8be022f88dcd5cbe494a84980ba3d14df3e18f48.tar.bz2 |
Fix [Bug 2891171]: URL checking too strict when using multiple question marks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-11-11 Jan Nijtmans <nijtmans@users.sf.net> + + * library/http/http.tcl (http::geturl): [Bug 2891171]: URl + checking too strict when using multiple question marks + * tests/http.test + * library/http/pkgIndex.tcl: Bump to http 2.8.2 + * unix/Makefile.in: + * win/Makefile.in: + 2009-11-11 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * generic/tclIO.c: Fix [Bug 2888099] (close discards ENOSPC error) |