]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: NEWS: document recent comm fix, and runcon change
authorPádraig Brady <P@draigBrady.com>
Sat, 27 Aug 2022 20:32:01 +0000 (21:32 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 27 Aug 2022 20:37:28 +0000 (21:37 +0100)
* NEWS: Mention comm bug fix, and runcon change in behavior.

NEWS

diff --git a/NEWS b/NEWS
index eea683396f9de0222c8c62d1e14a3e76806427ab..ab1a2ef917db5e793ec659495d90b9df94499092 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  'comm --output-delimiter="" --total' now delimits columns in the total
+  line with the NUL character, consistent with NUL column delimiters in
+  the rest of the output.  Previously no delimiters were used for the
+  total line in this case.
+  [bug introduced with the --total option in coreutils-8.26]
+
   'cp -rx / /mnt' no longer complains "cannot create directory /mnt/".
   [bug introduced in coreutils-9.1]
 
@@ -29,6 +35,10 @@ GNU coreutils NEWS                                    -*- outline -*-
   reverting to the behavior in coreutils-9.0 and earlier.
   This behavior is now documented.
 
+  runcon now exits with status 125 for internal errors.  Previously upon
+  internal errors it would exit with status 1, which was less distinguishable
+  from errors from the invoked command.
+
   ’stat -c %s' now prints sizes as unsigned, consistent with 'ls'.
 
 ** New Features