summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-20 21:58:31 +0100
committerJim Meyering <jim@meyering.net>2007-01-20 21:58:31 +0100
commit590a3f5b0806c48e6b96745889512c81d555d650 (patch)
tree8522f51fb3b00d32c318529d35aedf23735867e6 /ChangeLog
parentbdbd5d31f810a33f4922d63b1852ab96a5fc4a01 (diff)
downloadcoreutils-590a3f5b0806c48e6b96745889512c81d555d650.tar.xz
* tests/misc/pwd-long: Work properly even when run from the
wrong one of two or more bind-mounted sibling directories. Suggestion from Mike Stone in <http://bugs.debian.org/380552>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ee47f30f..2333e61b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-20 Jim Meyering <jim@meyering.net>
+
+ * tests/misc/pwd-long: Work properly even when run from the
+ wrong one of two or more bind-mounted sibling directories.
+ Suggestion from Mike Stone in <http://bugs.debian.org/380552>.
+
2007-01-20 Paul Eggert <eggert@cs.ucla.edu>
Standardize on list of signals when an app catches signals.