summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-20 15:46:52 +0000
committerJim Meyering <jim@meyering.net>2000-05-20 15:46:52 +0000
commit8985201718f35adab085e65e96361c602ea69e55 (patch)
tree6cebeea037ff28a9192b03dffe56153e3c447f24 /old/fileutils
parent7de6407b72f08e401064645f2042b0e8b2554050 (diff)
downloadcoreutils-8985201718f35adab085e65e96361c602ea69e55.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index e64c0636a..cd7a084f0 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -4,8 +4,9 @@ Changes in release 4.1:
* IMPORTANT SECURITY FIX: a running `rm -r' may no longer be subverted to
remove unintended directories
* cp can now remove unwritable files in interactive mode; contrary to how mv
- works, cp's --interactive (-i) option does *not* cancel the effect of the
- --force (-f) option.
+ works, cp's --interactive (-i) option does *not* cancel the effect of a
+ preceding --force (-f) option.
+* all programs fail when printing --help or --version output to a full device
* install no longer performs chmod if chown fails (see ChangeLog for example)
[4.0r]
* `du dir/subdir1 dir/subdir2' no longer fails