summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-03-18 14:30:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-03-18 14:30:32 (GMT)
commit45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5 (patch)
tree60fa5566603c62e37f69bdb9762bc0506879e67c /ChangeLog
parent3fda4f0df6f0fdabe84372aee281ffb4ca7108e1 (diff)
parent0e364dd3151b7ead1200e77e0024c811c9d3ed52 (diff)
downloadtcl-45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5.zip
tcl-45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5.tar.gz
tcl-45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5.tar.bz2
[Bug 3608360]: Test to make sure we never let [file exists] do globbing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e25c8ca..2e3f842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2013-03-18 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/cmdAH.test (cmdAH-19.12): [Bug 3608360]: Added test to ensure
+ that we never ever allow [file exists] to do globbing.
+
2013-03-12 Jan Nijtmans <nijtmans@users.sf.net>
* unix/tcl.m4: Patch by Andrew Shadura, providing better support for
- * three architectures they have in Debian.
+ three architectures they have in Debian.
2013-03-11 Don Porter <dgp@users.sourceforge.net>