summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2006-03-10 10:33:53 (GMT)
committervincentdarley <vincentdarley>2006-03-10 10:33:53 (GMT)
commitb23a2d1754b45338821d3b59b46d7ab59a222841 (patch)
treef2fca9c96621b66025da453a59ac2dc4d56ca463 /ChangeLog
parent781917eceebd25c1e52cb8b8b5d6a56a30016b50 (diff)
downloadtcl-b23a2d1754b45338821d3b59b46d7ab59a222841.zip
tcl-b23a2d1754b45338821d3b59b46d7ab59a222841.tar.gz
tcl-b23a2d1754b45338821d3b59b46d7ab59a222841.tar.bz2
remove previous patch for 'file writable'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db0af69..c8fa0ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2006-03-10 Vince Darley <vincentdarley@sourceforge.net>
+
+ * win/tclWinFile.c: previous patch breaks tests, so removed.
+
2006-03-09 Vince Darley <vincentdarley@sourceforge.net>
* win/tclWinFile.c: fix to 'file writable' in certain XP
directories. Thanks to fvogel and jfg. [Patch 1344540]
+ Modified patch to make use of existing use of getSecurityProc.
2006-03-08 Don Porter <dgp@users.sourceforge.net>