From: Pádraig Brady
Date: Fri, 24 Mar 2023 12:44:50 +0000 (+0000) Subject: doc: add a NEWS entry for the previous fix X-Git-Tag: v9.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55456b95d8209ebc09916d40aa28e34cdc16c929;p=thirdparty%2Fcoreutils.git doc: add a NEWS entry for the previous fix * NEWS: Mention the previous cksum --check fix. --- diff --git a/NEWS b/NEWS index 030f0e543e..4a95d3b5ef 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] + md5sum --check again correctly prints the status of each file checked. + Previously the status for files was printed as 'OK' once any file had passed. + This also applies to cksum, sha*sum, and b2sum. + [bug introduced in coreutils-9.2] + * Noteworthy changes in release 9.2 (2023-03-20) [stable]