summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-02-02 16:44:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-02-02 16:44:06 (GMT)
commitbb750df4b42a35f9bc9ebd37914a8ac6c91d2a09 (patch)
treeea97947c31e62b6ec0f50ad8a3642734780afb8f /ChangeLog
parent889858de26753cb512fda204a65783c308b7b576 (diff)
parent2669f7aa359f52c6ef4c3b7653581d63af47d62c (diff)
downloadtcl-bb750df4b42a35f9bc9ebd37914a8ac6c91d2a09.zip
tcl-bb750df4b42a35f9bc9ebd37914a8ac6c91d2a09.tar.gz
tcl-bb750df4b42a35f9bc9ebd37914a8ac6c91d2a09.tar.bz2
2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()
routine that queries file permissions on Windows native filesystems. Meant to fix numerous bugs where [file writable|readable|executable] "lies" about what operations are possible, especially when the file resides on a Samba share. Patch cherrypicked off the fix-win-native-access branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 692b3a5..3edec76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-02-02 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinFile.c: [Bugs 2974459,2879351,1951574,1852572,
+ 1661378,1613456]: Revisions to the NativeAccess() routine that
+ queries file permissions on Windows native filesystems. Meant to
+ fix numerous bugs where [file writable|readable|executable] "lies"
+ about what operations are possible, especially when the file resides
+ on a Samba share. Patch cherrypicked off the fix-win-native-access
+ branch.
+
2012-01-22 Jan Nijtmans <nijtmans@users.sf.net>
* tools/uniClass.tcl: [Frq 3473670]: Various Unicode-related