]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: mention when the du cycle warning bug was introduced
authorPádraig Brady <P@draigBrady.com>
Thu, 26 Jun 2014 03:56:04 +0000 (04:56 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 26 Jun 2014 11:07:15 +0000 (12:07 +0100)
* NEWS: Mention bug introduced in v8.1 (with commit v8.0-88-g8ba5d1a).

NEWS

diff --git a/NEWS b/NEWS
index e5ea77c51d20ef1e7015134f62446bfacc2efd1b..4e90b793b891bc1a6a18a77f91a7ce6d5b771478 100644 (file)
--- 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,