summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-14 18:00:42 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-14 18:04:05 -0800
commitcfe1040c093be1c1a9b2403e713f1d1c2242a4bc (patch)
tree14de0a5fc39a117ea2d44e5cb297475585eb22fa /NEWS
parent021a0664093506394fd8ee0a789ebfe6e6b69deb (diff)
downloadcoreutils-cfe1040c093be1c1a9b2403e713f1d1c2242a4bc.tar.xz
du: -x should not count files in other file systems
This fixes Bug#10293, which I guess was introduced in commit 95c948b06a dated 2003-10-02. * NEWS: Document fix. * src/du.c (process_file): Don't count files in different file systems if -x is given. * tests/du/one-file-system: Test for this bug.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d4c83b67..51c44c77d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ du -x no longer counts root directories of other file systems.
+ [bug introduced in coreutils-5.1.0]
+
ls --color many-entry-directory was uninterruptible for too long
[bug introduced in coreutils-5.2.1]