summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-26 07:25:29 +0000
committerJim Meyering <jim@meyering.net>2005-09-26 07:25:29 +0000
commit012c33d39c37bb860f903af2f0bcc9c40a898e20 (patch)
treefe7deeea2fc0e12dec4dac4411dca28e466aed2f /ChangeLog
parent6540422861f51141565eb894defc3dc46d8439b7 (diff)
downloadcoreutils-012c33d39c37bb860f903af2f0bcc9c40a898e20.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c644d3b6f..36cef26b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
-2005-09-25 Jim Meyering <jim@meyering.net>
+2005-09-26 Jim Meyering <jim@meyering.net>
* Version 5.3.1-cvs.
+ Work around the root cause of alpha-linux-1.sf.net test failure.
+ * tests/chmod/usage: Remove all files in inner loop.
+ Otherwise, with a touch program that fails on unwritable files,
+ (this happens at least on linux-2.2.20) a -w file left behind
+ from a previous iteration could cause a spurious test failure.
+
+2005-09-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ * tests/chmod/usage: Undo the s/files/file/ change, but add
+ comments about why the old version was desired.
+
+2005-09-25 Jim Meyering <jim@meyering.net>
+
* tests/ls-2/tests (setuid-etc): Work around output mismatch when
a just-created test file cannot be made set-group-ID.