summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-07 15:53:25 +0000
committerJim Meyering <jim@meyering.net>2006-05-07 15:53:25 +0000
commitf7e3e9091621dc0ce2daea9d1dcda851e70eab69 (patch)
treef954d32d81eb3b1a92ffb0c67452bd54ca900928 /NEWS
parent89745f895e58ea608caeaa0fdbbcc58a6366773c (diff)
downloadcoreutils-f7e3e9091621dc0ce2daea9d1dcda851e70eab69.tar.xz
mention the df fix of 2006-01-24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ae2c960f..9ca4fab3d 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.