diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-13 19:05:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-13 19:05:07 +0000 |
commit | f2c088fa101d888e77a17cb8648980d959695a61 (patch) | |
tree | 2b40194db3795bf5b4562ee5ec37125a64a9787c | |
parent | dc9790379c129698d0dead906135a4a7b0b551f6 (diff) | |
download | coreutils-f2c088fa101d888e77a17cb8648980d959695a61.tar.xz |
* NEWS: Mention the above.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,7 @@ now that we're using fts_open with FTS_CWDFD. * tests/chgrp/posix-H: Add --preserve-root to an invocation of chgrp, to exercise the above fix. + * NEWS: Mention the above. * src/du-tests: Clean up a little, though it's still not portable. @@ -4,6 +4,11 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + chgrp and chown would malfunction when invoked with both -R and -H and + with one or more of the following: --preserve-root, --verbose, --changes, + --from=o:g (chown only). This bug was introduced with the switch to + gnulib's openat-based variant of fts, for coreutils-6.0. + With --force (-f), rm no longer fails for ENOTDIR. For example, "rm -f existing-non-directory/anything" now exits successfully, ignoring the error about a nonexistent file. |