summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-07-21 21:51:35 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-07-21 21:51:35 (GMT)
commit0cfbc1cfc7ced06308d425a94a7eb780cd0a0909 (patch)
tree2a7835f5541e525a83093d05ec605d331239fd96 /ChangeLog
parent45fca6378191844231368026abfba87f18334f39 (diff)
downloadtcl-0cfbc1cfc7ced06308d425a94a7eb780cd0a0909.zip
tcl-0cfbc1cfc7ced06308d425a94a7eb780cd0a0909.tar.gz
tcl-0cfbc1cfc7ced06308d425a94a7eb780cd0a0909.tar.bz2
Added test for file rename with inode collision on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16ec059..1a2f383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
2008-07-21 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tclFCmd.c: Inodes on windows are unreliable [Bug 2015723]
+ * tests/winFCmd.test: test rename with inode collision
2008-07-21 Miguel Sofer <msofer@users.sf.net>