summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-05-25 19:02:23 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-05-25 19:02:23 (GMT)
commitf54b39a2a3db59321f0fef9bed7f1606156deb1a (patch)
tree7a317582b8d3131d866c9bf1adfac0cb22be5d54 /ChangeLog
parent2178c51e4f47a6c6e161dc11518bfa588422d69c (diff)
downloadtcl-f54b39a2a3db59321f0fef9bed7f1606156deb1a.zip
tcl-f54b39a2a3db59321f0fef9bed7f1606156deb1a.tar.gz
tcl-f54b39a2a3db59321f0fef9bed7f1606156deb1a.tar.bz2
* tests/winFCmd.test: Correct test for the presence of a CD-ROM so
that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ec3292..4c6a816 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-25 Kevin Kenny <kennykb@acm.org>
+
+ * tests/winFCmd.test: Correct test for the presence of a CD-ROM so
+ that it doesn't misdetect some other sort
+ of filesystem with a write-protected root as
+ being a CD-ROM drive. [Bug 918267]
+
2004-05-24 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to