summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-08-27 21:32:01 +0100
committerPádraig Brady <P@draigBrady.com>2022-08-27 21:37:28 +0100
commitaf231b6c4fc81a4f7fe9227670430dc019ea1170 (patch)
treec759a78580087f26c3ddf12f4d866029feb41067 /NEWS
parentd2c5376f0535defc1619a499af9e3949f2f01946 (diff)
downloadcoreutils-af231b6c4fc81a4f7fe9227670430dc019ea1170.tar.gz
doc: NEWS: document recent comm fix, and runcon change
* NEWS: Mention comm bug fix, and runcon change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eea683396..ab1a2ef91 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