]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
shred,sort,split: add NEWS item
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Dec 2018 20:42:18 +0000 (12:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Dec 2018 20:42:50 +0000 (12:42 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 8c128354993a30fb69ddc9c67ad84d5b982657b4..47eb1ddccc9fd35a6d9b13b91d9d62c429acf0e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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]