diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-24 08:21:47 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-24 12:44:13 +0200 |
commit | 2bc0f3caaafeb240cdcfd050b7ad1fe0ad14addf (patch) | |
tree | cac10505aae58298cbff1fe2dfe69e9373b765a6 /NEWS | |
parent | 831acb987e970ca86b72eb594965ff59bfedfd30 (diff) | |
download | coreutils-2bc0f3caaafeb240cdcfd050b7ad1fe0ad14addf.tar.xz |
cp: ignore obscure failure to preserve symlink time stamps,
...when run on a kernel older than what was implied by headers and
libraries tested at configure time.
* src/copy.c (utimens_symlink): Ignore failure when errno == ENOSYS.
* NEWS (Bug fixes): Mention it.
Reported by Todd Zullinger and Kamil Dudka.
Details in this thread:
http://thread.gmane.org/gmane.linux.redhat.fedora.devel/119834
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + cp, mv now ignore failure to preserve a symlink time stamp, when it is + due to their running on a kernel older than what was implied by headers + and libraries tested at configure time. + * Noteworthy changes in release 7.5 (2009-08-20) [stable] |