diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-12 14:26:24 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-12 14:26:24 +0100 |
commit | 64f972e94beafc4cedf42b2df6962062ecf265ea (patch) | |
tree | 8bd8c448acc96dd6696aca41be18bc2a79ff7cde /doc/ChangeLog | |
parent | 1e7a0f088b2704dab15c8b513773f7014fdf64ed (diff) | |
download | coreutils-64f972e94beafc4cedf42b2df6962062ecf265ea.tar.xz |
* coreutils.texi (cp invocation): Mention that --preserve=timestamps
doesn't preserve time stamps on symbolic links.
Reported by Polo Talnir in <https://bugzilla.redhat.com/230866>.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f296614f0..bdae8a225 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-03-12 Jim Meyering <jim@meyering.net> + + * coreutils.texi (cp invocation): Mention that --preserve=timestamps + doesn't preserve time stamps on symbolic links. + Reported by Polo Talnir in <https://bugzilla.redhat.com/230866>. + 2007-02-27 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (df invocation): With -P, the default block size |