From: Jim Meyering Date: Fri, 4 Nov 2005 10:10:54 +0000 (+0000) Subject: mention the du bug fix X-Git-Tag: v6.0~1398 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2392388822538825318d38a3a35037e8774714b;p=thirdparty%2Fcoreutils.git mention the du bug fix --- diff --git a/NEWS b/NEWS index f311f14f30..8882c17fe2 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.