summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-10-26 15:45:01 +0100
committerPádraig Brady <P@draigBrady.com>2016-10-26 20:42:30 +0100
commitd0ddfadfb27def2861f35b1a45190a4c1780b257 (patch)
tree4ec472c7d9dccc1ba082c550b683d03081dcf2cd /NEWS
parent34d1aeaf315b97ac27d54b2af039126b1d5a34f4 (diff)
downloadcoreutils-d0ddfadfb27def2861f35b1a45190a4c1780b257.tar.xz
md5sum,sha*sum: fix --ignore-missing with checksums starting with 00
* NEWS: Mention the fix. * src/md5sum.c (digest_file): Add a new MISSING parameter to return whether the file was missing, separately from the digest. * tests/misc/md5sum.pl: Add a test case. Fixes http://bugs.gnu.org/24795
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e68de05a2..9548de885 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ GNU coreutils NEWS -*- outline -*-
ls --time-style no longer mishandles '%%b' in formats.
[bug introduced in coreutils-7.2]
+ md5sum --check --ignore-missing no longer treats files with checksums
+ starting with "00" as missing. This also affects sha*sum.
+ [bug introduced with the --ignore-missing feature in coreutils-8.25]
+
nl now resets numbering for each page section rather than just for each page.
[This bug was present in "the beginning".]