From: Jim Meyering Date: Sat, 23 Sep 1995 20:21:22 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_12_2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eca98f76ac328bc93e785a4698f120bec3935688;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8027c86e1f..f7c759f150 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -4,6 +4,9 @@ Sat Sep 23 14:52:24 1995 Jim Meyering (meyering@comco.com) (OBJECTS): Use them instead of hardcoding object file names. Suggested by Ulrich Drepper. + * md5sum.c (md5_check): Distinguish between open/read failure + and checksum mismatch. + Mon Sep 18 23:15:05 1995 Jim Meyering (meyering@comco.com) * md5sum.c: Protoize. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 1de9f330fe..bc8f31cae2 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ User-visible changes in release 1.13 +* md5sum: with --check, distinguish between open/read failure and bad checksum * md5sum: remove -h, -s, -v short options * md5sum: rename --verbose to --warn, --quiet to --status * md5sum --check fails if it finds no properly formatted checksum lines