summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-29 10:01:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-29 10:01:31 (GMT)
commitc5c73ec317fce63210aedd53ebda27ebef52bcc3 (patch)
tree7588b6205e9d0852d694d4a92d4dd4b92269b03f /ChangeLog
parent12c66bbcfa19527db6282f77e918b55a734b1451 (diff)
downloadtcl-c5c73ec317fce63210aedd53ebda27ebef52bcc3.zip
tcl-c5c73ec317fce63210aedd53ebda27ebef52bcc3.tar.gz
tcl-c5c73ec317fce63210aedd53ebda27ebef52bcc3.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 c955d1c..c148f91 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]