diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-09-16 11:47:35 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-09-16 19:09:26 +0100 |
commit | 7da844cc86e1209acbe820771b0e9a35fd89da3b (patch) | |
tree | 38035a065326d41abd6535306ff4aca7273d8c3a /NEWS | |
parent | b98e41cc74016d5f6b2f70847c126e737193a36b (diff) | |
download | coreutils-7da844cc86e1209acbe820771b0e9a35fd89da3b.tar.xz |
md5sum: handle BSD reversed format checksums
* src/md5sum.c (split_3): Detect and handle BSD reversed
format checksums.
* tests/misc/md5sum-bsd: Add a new test.
* tests/Makefile.am: Reference new test.
* NEWS: Mention the improvement
Suggested by Rimas Kudelis.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Improvements + + md5sum --check now supports the -r format from the corresponding BSD tool. + This also affects sha1sum, sha224sum, sha384sum and sha512sum. + * Noteworthy changes in release 8.13 (2011-09-08) [stable] |