summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2117c0aa..3b0f9f22f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
+2005-09-28 Jim Meyering <jim@meyering.net>
* Version 5.3.1-cvs.
+ * README: Warn about a (now-)known problem on FreeBSD 5.0:
+
+ When building and running `make test' on a FreeBSD 5.0 system,
+ expect the tests/install/trap test to get stuck in an infinite
+ loop. That appears to be due to a bug in /bin/sh.
+ When you change the first line of the tests/install/trap script
+ to be e.g., #!/usr/local/bin/bash, the test completes normally.
+
+2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
+
* src/touch.c (touch): Handle "touch -c - >&-" by checking for EBADF
and ENOSYS.
Do not pass "-" to futimens; pass NULL instead.