From: Bernhard Voelker Date: Tue, 1 Feb 2022 13:11:47 +0000 (+0000) Subject: doc: add NEWS entry for recent cksum change X-Git-Tag: v9.1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a29ee2903df183f904cfd61f17e743ad9d2180b;p=thirdparty%2Fcoreutils.git doc: add NEWS entry for recent cksum change * NEWS (Changes in behavior): Add entry for commit v9.0-92-ga42a03913. --- diff --git a/NEWS b/NEWS index 711f7811a0..a4ba0fce6a 100644 --- a/NEWS +++ b/NEWS @@ -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.