summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-07-11 00:33:36 +0100
committerPádraig Brady <P@draigBrady.com>2014-07-13 21:12:59 +0100
commit2c003e6d57afb01641494bbe44ce0471e2f0d106 (patch)
treedc84d3032644e04c3043ac5646c0e3b00fee7bad /NEWS
parentfe08796d7c5e7f67d934ce9e8285433651b0f538 (diff)
downloadcoreutils-2c003e6d57afb01641494bbe44ce0471e2f0d106.tar.xz
build: update gnulib submodule to latest
* gnulib: Sync recent cleanups and the fix for missing df entries in the presence of bind mounts: http://bugs.gnu.org/17833 * NEWS: Detail the df bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7f74210c..f691ab3cb 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,11 @@ GNU coreutils NEWS -*- outline -*-
than error messages or values for the wrong file system.
[These bugs were present in "the beginning".]
+ df now outputs all appropriate entries in the presence of bind mounts.
+ On some systems, entries would have been incorrectly elided due to
+ them being considered "dummy" mounts.
+ [bug introduced in coreutils-8.22]
+
du now silently ignores directory cycles introduced with bind mounts.
Previously it would issue a warning and exit with a failure status.
[bug introduced in coreutils-8.1]