diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-06-26 04:56:04 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-06-26 12:07:15 +0100 |
commit | e7c7802964cbf0f77a5883808e28eab56e36907b (patch) | |
tree | 806170e4d5a4717cf8ea5521fe88c7e43892369a /NEWS | |
parent | 408461c0e7e5ddc6bfd0fddb2c79d35a02238ee0 (diff) | |
download | coreutils-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).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |