From 9a29ee2903df183f904cfd61f17e743ad9d2180b Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 1 Feb 2022 13:11:47 +0000 Subject: [PATCH] doc: add NEWS entry for recent cksum change * NEWS (Changes in behavior): Add entry for commit v9.0-92-ga42a03913. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.2