summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Church <achurch@achurch.org>2007-03-03 23:00:18 +0100
committerJim Meyering <jim@meyering.net>2007-03-03 23:00:18 +0100
commit2871ad3b45ed1b1f44be57fd453cf9a50a4c5af7 (patch)
treee96f3a0493c5c82691063e8ad8855fa56b06fd52 /ChangeLog
parentf0537a71f1e414ceb7ecaa7f872b73b401209082 (diff)
downloadcoreutils-2871ad3b45ed1b1f44be57fd453cf9a50a4c5af7.tar.xz
Fix a bug: cp -x would fail to set mount point permissions.
* NEWS: mention cp -x bug fix * src/copy.c (copy_internal): Don't return immediately after copying a mount point that we do not intend to recurse under. Based on a patch by Andrew Church.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a92b16b3..9bec73dca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-03 Andrew Church <achurch@achurch.org> (tiny change)
+ Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix a bug: cp -x would fail to set mount point permissions.
+ * NEWS: mention cp -x bug fix
+ * src/copy.c (copy_internal): Don't return immediately after
+ copying a mount point that we do not intend to recurse under.
+ Based on a patch by Andrew Church.
+
2007-03-03 Jim Meyering <jim@meyering.net>
pwd-unreadable-parent: Skip test on ia64/Linux, too.