diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-20 09:44:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-20 09:44:20 +0000 |
commit | 586b7bf510633be95a883465ebf23fd0a7fc43f5 (patch) | |
tree | 992c6a6d9779ff3f317fe4ff39294514e7764d9e /old/fileutils/NEWS | |
parent | d0cc040dd834b4a9168460dde6357d1bfc3c7f0e (diff) | |
download | coreutils-586b7bf510633be95a883465ebf23fd0a7fc43f5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 54d07293a..e64c0636a 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,11 +1,11 @@ Changes in release 4.1: [4.0s] -* 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. * rm no longer segfaults on certain very deep hierarchies * 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. * install no longer performs chmod if chown fails (see ChangeLog for example) [4.0r] * `du dir/subdir1 dir/subdir2' no longer fails |