summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-09 08:26:15 +0000
committerJim Meyering <jim@meyering.net>2000-01-09 08:26:15 +0000
commit5f2d0e3d6c63e501529b4f3609d323f1e45f96dc (patch)
tree6883033105ccde53b644095ed16b55a2559ece9d /old
parent58cba226682aafe13a7c0ca987b4d52a11339525 (diff)
downloadcoreutils-5f2d0e3d6c63e501529b4f3609d323f1e45f96dc.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 41b96dfe9..fc5ff86b2 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,9 @@
Changes in release 4.1:
+[4.0n]
+* cp, install, ln, and mv: when making backup files in verbose mode, these
+ commands now print the backup file name on the same line as the rest of the
+ information, e.g., `a -> b (backup: b.~13~)' rather than on a separate line
+ as all but ln used to do. ln didn't output the backup file name at all.
[4.0m]
* mv accepts new option: --strip-trailing-slashes (soon, many other
programs will, too)