summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-29 10:04:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-29 10:04:52 (GMT)
commitd6fa269907f590d521bdbc7aa2c2225f3beb3526 (patch)
tree5a35b39f14f59e2f042fd45002687604c699f20d /ChangeLog
parent8cc43294204e947957e5d02b2886ef3b90f47926 (diff)
downloadtcl-d6fa269907f590d521bdbc7aa2c2225f3beb3526.zip
tcl-d6fa269907f590d521bdbc7aa2c2225f3beb3526.tar.gz
tcl-d6fa269907f590d521bdbc7aa2c2225f3beb3526.tar.bz2
Correctly check the types of boolean options to http::geturl [Bug 811170]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3726e7..c7bfd12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * library/http/http.tcl (geturl): Correctly check the type of
+ boolean-valued options. [Bug 811170]
+
* unix/tcl.m4 (SC_ENABLE_FRAMEWORK): Added note to make it clearer
that this is an OSX feature, not a general Unix feature. [Bug 619440]