diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-10-26 15:45:01 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-10-26 20:42:30 +0100 |
commit | d0ddfadfb27def2861f35b1a45190a4c1780b257 (patch) | |
tree | 4ec472c7d9dccc1ba082c550b683d03081dcf2cd /NEWS | |
parent | 34d1aeaf315b97ac27d54b2af039126b1d5a34f4 (diff) | |
download | coreutils-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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".] |