summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-11-11 06:49:04 (GMT)
committernijtmans <nijtmans>2009-11-11 06:49:04 (GMT)
commit8be022f88dcd5cbe494a84980ba3d14df3e18f48 (patch)
tree6d82be7455eb7c7a8cf8046cf518e5b9c40057d5 /ChangeLog
parent69e155a5691d03e8293409bdc307651f0c92494e (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 163babe..b1bc752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)