From: Jim Meyering Date: Fri, 13 Oct 2006 19:05:07 +0000 (+0000) Subject: * NEWS: Mention the above. X-Git-Tag: COREUTILS-6_4~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2c088fa101d888e77a17cb8648980d959695a61;p=thirdparty%2Fcoreutils.git * NEWS: Mention the above. --- diff --git a/ChangeLog b/ChangeLog index 1ca6b44908..809f6d3209 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS index 2a7150b4ad..e7195f6b36 100644 --- a/NEWS +++ b/NEWS @@ -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.