From: Pádraig Brady
Date: Sat, 27 Aug 2022 20:32:01 +0000 (+0100) Subject: doc: NEWS: document recent comm fix, and runcon change X-Git-Tag: v9.2~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af231b6c4fc81a4f7fe9227670430dc019ea1170;p=thirdparty%2Fcoreutils.git doc: NEWS: document recent comm fix, and runcon change * NEWS: Mention comm bug fix, and runcon change in behavior. --- 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