summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-05-22 10:36:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-05-22 10:36:55 (GMT)
commit6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5 (patch)
tree45b1edb7116157a264b586880f0f3b0989bd3ce8 /ChangeLog
parentdca34fd2a8e63fc14396f851889696c3793a2a1d (diff)
downloadtcl-6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5.zip
tcl-6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5.tar.gz
tcl-6ede2e9a9c11a27ad6be06a3eceda2f98be8f8d5.tar.bz2
* doc/file.n: [Bug 3613671]: Added note to portability section on the
fact that [file owned] does not produce useful results on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee43bb9..553abbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-22 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/file.n: [Bug 3613671]: Added note to portability section on the
+ fact that [file owned] does not produce useful results on Windows.
+
2013-05-20 Donal K. Fellows <dkf@users.sf.net>
* unix/tclUnixFCmd.c (DefaultTempDir): [Bug 3613567]: Corrected logic