]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Mention the above.
authorJim Meyering <jim@meyering.net>
Fri, 13 Oct 2006 19:05:07 +0000 (19:05 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Oct 2006 19:05:07 +0000 (19:05 +0000)
ChangeLog
NEWS

index 1ca6b44908129415cd2f5054a02b1f9128f72c10..809f6d3209d5cad83ad96da31f12fa94eb595a60 100644 (file)
--- 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 2a7150b4ad446dd79748a19c279428442f0399e7..e7195f6b3698f8c63834072bdf44ae523a53c750 100644 (file)
--- 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.