summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-06-26 04:56:04 +0100
committerPádraig Brady <P@draigBrady.com>2014-06-26 12:07:15 +0100
commite7c7802964cbf0f77a5883808e28eab56e36907b (patch)
tree806170e4d5a4717cf8ea5521fe88c7e43892369a
parent408461c0e7e5ddc6bfd0fddb2c79d35a02238ee0 (diff)
downloadcoreutils-e7c7802964cbf0f77a5883808e28eab56e36907b.tar.xz
maint: mention when the du cycle warning bug was introduced
* NEWS: Mention bug introduced in v8.1 (with commit v8.0-88-g8ba5d1a).
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e5ea77c51..4e90b793b 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@ GNU coreutils NEWS -*- outline -*-
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]
head --bytes=-N and --lines=-N now handles devices more
consistently, not ignoring data from virtual devices like /dev/zero,