diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-15 12:42:18 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-15 12:42:50 -0800 |
| commit | 69df9e20e2f521add066c7ab616f90afcd39bf57 (patch) | |
| tree | e2865c1ba3830448544993966058cb14dc23ff0b | |
| parent | shred,sort,split: fix ftruncate error reporting (diff) | |
| download | coreutils-69df9e20e2f521add066c7ab616f90afcd39bf57.tar.gz coreutils-69df9e20e2f521add066c7ab616f90afcd39bf57.zip | |
shred,sort,split: add NEWS item
| -rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ GNU coreutils NEWS -*- outline -*- df no longer corrupts displayed multibyte characters on macOS. [bug introduced with coreutils-8.18] + shred, sort, and split no longer falsely report ftruncate errors + when outputting to less-common file types. For example, the shell + command 'sort /dev/null -o /dev/stdout | cat' no longer fails with + an "error truncating" diagnostic. + [bug was introduced with coreutils-8.18 for sort and split, and + (for shared memory objects only) with fileutils-4.1 for shred] + sync no longer fails for write-only file arguments. [bug introduced with argument support to sync in coreutils-8.24] |
