summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-02-03 20:23:26 +0000
committerJim Meyering <jim@meyering.net>2001-02-03 20:23:26 +0000
commite7ec75cca0ede55c5fb561e9dfda3485a6c585ed (patch)
tree6d77cbe07c3e43e4a351a9c9aa97220adf1796e1 /old/fileutils/NEWS
parenta1321f00a8a8de057a3596582b0800900a7d9c9f (diff)
downloadcoreutils-e7ec75cca0ede55c5fb561e9dfda3485a6c585ed.tar.xz
.
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 97f32ded9..a98ae8222 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,6 @@
Changes in release 4.01:
+[4.0.39]
+* cp and mv accept --strip-trailing-slashes, not just --strip-trailing-slash
[4.0.38]
* ls --full-time now implies -l; before, without -l it was a no-op
[4.0.37]
@@ -90,7 +92,7 @@ Changes in release 4.01:
* cp -p and mv now try to preserve uid even if you're not root, as per POSIX.2.
This affects behavior only on hosts that let you give files away via chmod.
* du would fail when given `.' or `..' followed by other command line arguments
-* Using cp's short-named `-P' option evokes the warning that that the
+* Using cp's short-named `-P' option evokes the warning that the
meaning of `-P' will soon change. Use `--parents' instead.
* chgrp, chmod, and chown: when used with the --verbose option, might give an
invalid diagnostic (due to clobbered errno) when failing.