summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-04 10:10:54 +0000
committerJim Meyering <jim@meyering.net>2005-11-04 10:10:54 +0000
commite2392388822538825318d38a3a35037e8774714b (patch)
tree1dafdb3cc9467b335cb2a23a11cc197baff4cff4 /NEWS
parent3b9f405a99acc3357855fe2d19cf9cacc62684a2 (diff)
downloadcoreutils-e2392388822538825318d38a3a35037e8774714b.tar.xz
mention the du bug fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f311f14f3..8882c17fe 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ GNU coreutils NEWS -*- outline -*-
dircolors no longer segfaults upon an attempt to use the new
STICKY_OTHER_WRITABLE (OWT) attribute.
+ du no longer overflows a counter when processing a file larger than
+ 2^31-1 on some 32-bit systems (at least some AIX 5.1 configurations).
+
md5sum once again defaults to using the ` ' non-binary marker
(rather than the `*' binary marker) by default on Unix-like systems.