summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-28 08:27:04 +0000
committerJim Meyering <jim@meyering.net>2005-09-28 08:27:04 +0000
commit3a14fbb06a38d35373b8c1d8b8a25308a60d596d (patch)
treec8718ea73e032284051ee13acc88cfedad13a0b3 /ChangeLog
parenta71e238667dc34d1894c3870b176e2cd42376213 (diff)
downloadcoreutils-3a14fbb06a38d35373b8c1d8b8a25308a60d596d.tar.xz
*** empty log message ***
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.