diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-13 22:56:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-13 22:56:50 +0000 |
commit | 84a050b56f66ea89a462fa75a3ce166c67374550 (patch) | |
tree | a597063f140c15f47a93de0b3c3bded5252b52b4 | |
parent | b5697888a09f2a585ad0a97a3f963cc620357ca8 (diff) | |
download | coreutils-84a050b56f66ea89a462fa75a3ce166c67374550.tar.xz |
.
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 5d540d1de..57fdb0b06 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,7 +1,7 @@ Changes in release 3.17: +[3.16g] * ln --backup is now consistent with cp and mv in that --force is no longer required when the destination is an existing non-directory. -[3.16f] * install accepts new option, --verbose (-v) * mkdir -p is a lot faster when creating very deep directories on some systems * rm -i no longer exits with status indicating failure solely because the |