mention the du bug fix
authorJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 10:10:54 +0000 (10:10 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 10:10:54 +0000 (10:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f311f14f309837f19e54eae86702a500208baeb1..8882c17fe20fd8100ff6f10d63f1a5182e0e4746 100644 (file)
--- 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.