1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

* NEWS: Mention the above.

This commit is contained in:
Jim Meyering
2006-10-13 19:05:07 +00:00
parent dc9790379c
commit f2c088fa10
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

5
NEWS
View File

@@ -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.