summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-13 13:38:45 +0000
committerJim Meyering <jim@meyering.net>2006-01-13 13:38:45 +0000
commita25795c92624657d666619b9d25f0f0d81d3c673 (patch)
treed924d6430fc25230439c795171401142820a43d7 /ChangeLog
parent583cd919cce2ddde1da9114952e626b77275c0c6 (diff)
downloadcoreutils-a25795c92624657d666619b9d25f0f0d81d3c673.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d50046e6..05ed49ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2006-01-12 Jim Meyering <jim@meyering.net>
+2006-01-13 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * tests/acl: Redirect stdin to /dev/null. Otherwise, FreeBSD 5.0's
+ getfacl would hang.
+
+2006-01-12 Jim Meyering <jim@meyering.net>
+
* tests/du/long-sloop: Adjust not to hard-code the expected
diagnostic corresponding to ELOOP. Solaris' diagnostic differs
from that of Linux/libc. Reported by Paul Eggert.