]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 23 Sep 1995 20:21:22 +0000 (20:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Sep 1995 20:21:22 +0000 (20:21 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index 8027c86e1faa7c5878a9adf58af496c043934362..f7c759f150ad793e35ea1b68c1435aa24b5a3dab 100644 (file)
@@ -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.
index 1de9f330fe5a5348924aca603d196c11faf93e42..bc8f31cae2a0a03e9aa8b57f37205205b3fa173c 100644 (file)
@@ -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