summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-11-10 20:40:06 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-11-10 20:40:06 (GMT)
commit1cced1e04ddb24fb248965ccecb3815be9fa44a2 (patch)
tree36918f8b7ee174ee14a3b7e19580813af8c2fcbe /ChangeLog
parentff59f687d9a7ba1a84e8254166258300183af233 (diff)
downloadtcl-1cced1e04ddb24fb248965ccecb3815be9fa44a2.zip
tcl-1cced1e04ddb24fb248965ccecb3815be9fa44a2.tar.gz
tcl-1cced1e04ddb24fb248965ccecb3815be9fa44a2.tar.bz2
Cleanup directories that have been set chmod 000.
On Windows7 and Vista we really have no access and these were getting left behind. A few tests were changed to reflect the intent of the test where setting a directory chmod 000 should prevent any modification. This restriction was ignored on XP but is honoured on Vista
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b85453b..e1013de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-11-10 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * tests/winFCmd.test: Cleanup directories that have been set chmod
+ 000. On Windows7 and Vista we really have no access and these were
+ getting left behind.
+ A few tests were changed to reflect the intent of the test where
+ setting a directory chmod 000 should prevent any
+ modification. This restriction was ignored on XP but is honoured
+ on Vista
+
2009-11-10 Andreas Kupries <andreask@activestate.com>
* generic/tclObj.c: Plus memory leak in TclContinuationsEnter().