1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

doc: add NEWS entry for recent cksum change

* NEWS (Changes in behavior): Add entry for commit v9.0-92-ga42a03913.
This commit is contained in:
Bernhard Voelker
2022-02-01 13:11:47 +00:00
committed by Pádraig Brady
parent 59da65b7fe
commit 9a29ee2903

3
NEWS
View File

@@ -38,6 +38,9 @@ GNU coreutils NEWS -*- outline -*-
simple copies between regular files. This may be more efficient, by avoiding
user space copies, and possibly employing copy offloading or reflinking.
cksum no longer allows abbreviated algorithm names,
so that forward compatibility and robustness is improved.
date +'%-N' now suppresses excess trailing digits, instead of always
padding them with zeros to 9 digits. It uses clock_getres and
clock_gettime to infer the clock resolution.