diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 02:51:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 02:51:09 +0000 |
commit | dd6c617d2430ef80ecb5ccdc5dff2babd8d020c6 (patch) | |
tree | d278bf35dc3336cad6f8691ddc492711c9cc2a1b /old/fileutils | |
parent | b4e8fc709e2c10741834ccaff084b3ae5045dae2 (diff) | |
download | coreutils-dd6c617d2430ef80ecb5ccdc5dff2babd8d020c6.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a9d6dfb85..0f6db8737 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ Changes in release 3.13: +* cp --force --backup FILE FILE creates a backup of FILE. Before, it failed + saying that ``FILE' and `FILE' are the same file'. * uses automake-generated Makefile templates * chown and chgrp accept new option --no-dereference (-h) * ln -f FILE FILE fails with a diagnostic rather than silently removing FILE |