summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-12 19:13:32 +0100
committerJim Meyering <jim@meyering.net>2006-11-12 19:13:32 +0100
commit597bfeb851f0ef1e165f9815b750389268bb11cf (patch)
tree7995536fc4931ccbd80e3b5acc827520bd8db509 /NEWS
parentc24e93d9266be3e2d8a2dbe10dff73233cfe455b (diff)
downloadcoreutils-597bfeb851f0ef1e165f9815b750389268bb11cf.tar.xz
* NEWS: Mention this bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 734d57ee6..761afcb1f 100644
--- 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