diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cp no longer fails to write through a dangling symlink + [bug introduced in coreutils-6.7] + cut now diagnoses a range starting with zero (e.g., -f 0-2) as invalid; before, it would treat it as if it started with 1 (-f 1-2). |