From af231b6c4fc81a4f7fe9227670430dc019ea1170 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sat, 27 Aug 2022 21:32:01 +0100 Subject: [PATCH] doc: NEWS: document recent comm fix, and runcon change * NEWS: Mention comm bug fix, and runcon change in behavior. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index eea683396f..ab1a2ef917 100644 --- 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 -- 2.47.2