diff options
author | Jim Meyering <meyering@redhat.com> | 2011-07-26 09:24:31 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-07-26 09:24:31 +0200 |
commit | b2bb19b4b32506debf65f03c8e44b66374550597 (patch) | |
tree | 81e0b903e54a42313c165c10baf5b94db89e9271 | |
parent | 5f35396395a61a9dd60367066bd4495091bd6f88 (diff) | |
download | coreutils-b2bb19b4b32506debf65f03c8e44b66374550597.tar.xz |
doc: mention cp's dir-permissions fix
* NEWS (Bug fixes): Mention yesterday's dir-permissions fix.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ GNU coreutils NEWS -*- outline -*- I.E. for skipped files, the original ownership is output, not the new one. [bug introduced in sh-utils-2.0g] + cp -r could mistakenly change the permissions of an existing destination + directory. [bug introduced in coreutils-6.8] + cp -u -p would fail to preserve one hard link for each up-to-date copy of a src-hard-linked name in the destination tree. I.e., if s/a and s/b are hard-linked and dst/s/a is up to date, "cp -up s dst" would copy s/b |