summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-14 10:39:15 +0000
committerJim Meyering <jim@meyering.net>2005-01-14 10:39:15 +0000
commitec597a0f84cd726686f32c61c84870a30fb4d396 (patch)
treef4156326bb33cb101c80e16dc6cc87cefea7bdab /ChangeLog
parent6ad556a63cf7ec5158a2e93adacd5cc43293f3be (diff)
downloadcoreutils-ec597a0f84cd726686f32c61c84870a30fb4d396.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9085b1e90..314e1c97a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-01-13 Jim Meyering <jim@meyering.net>
+2005-01-14 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
+ * tests/chown/separator (id_gn): Exit 77, not 1, for a test-framework
+ failure, so that doesn't cause `make check' to stop. Nelson Beebe
+ reported that this test would fail with this diagnostic
+ `cannot find name for group ID 10' on one of his systems.
+
+2005-01-13 Jim Meyering <jim@meyering.net>
+
* src/test.c (is_int): Don't overflow when evaluating integer
constants. Before, ./test $(echo 2^64|bc) -eq 0 && echo FAIL
would print `FAIL'.