]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Mention this bug fix.
authorJim Meyering <jim@meyering.net>
Sun, 12 Nov 2006 18:13:32 +0000 (19:13 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 12 Nov 2006 18:13:32 +0000 (19:13 +0100)
ChangeLog
NEWS

index 47c3ff67390ebaa222896c41fa9baa11ca3b5282..0a519bd68f51473d4cbf1f63d336bffdb1d793b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
        diagnostic from the expected output when using native fdopendir.
        * tests/chmod/no-x: Likewise.
        * tests/du/no-x: Likewise.
+       * NEWS: Mention this bug fix.
 
        * Makefile.maint (sc_cast_of_x_alloc_return_value): Add an exclusion
        for xalloc.h itself.
diff --git a/NEWS b/NEWS
index 734d57ee686db9c7195b3849e54541b8ec569a19..761afcb1fa484315f1324fedf2aac9b8c42dbe54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 * Major changes in release 6.5-cvs (2006-??-??)
 
+** Bug fixes
+
+  du (and the other fts clients: chmod, chgrp, chown) would exit early
+  when encountering an inaccessible directory on a system with native
+  openat support (i.e., linux-2.6.16 or newer along with glibc-2.4
+  or newer).  This bug was introduced with the switch to gnulib's
+  openat-based variant of fts, for coreutils-6.0.
+
 ** New features
 
   rm accepts a new option: --one-file-system