diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-07 15:53:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-07 15:53:25 +0000 |
commit | f7e3e9091621dc0ce2daea9d1dcda851e70eab69 (patch) | |
tree | f954d32d81eb3b1a92ffb0c67452bd54ca900928 /NEWS | |
parent | 89745f895e58ea608caeaa0fdbbcc58a6366773c (diff) | |
download | coreutils-f7e3e9091621dc0ce2daea9d1dcda851e70eab69.tar.xz |
mention the df fix of 2006-01-24
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |