From: Jim Meyering Date: Sun, 7 May 2006 15:53:25 +0000 (+0000) Subject: mention the df fix of 2006-01-24 X-Git-Tag: v6.0~422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7e3e9091621dc0ce2daea9d1dcda851e70eab69;p=thirdparty%2Fcoreutils.git mention the df fix of 2006-01-24 --- diff --git a/NEWS b/NEWS index 5ae2c960f6..9ca4fab3d2 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Improved robustness + df: if the file system claims to have more available than total blocks, + report the number of used blocks as being "total - available" + (a negative number) rather than as garbage. + rm's core is now reentrant: rm --recursive (-r) now processes hierarchies without changing the working directory at all.