summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-31 11:26:40 +0000
committerJim Meyering <jim@meyering.net>2003-08-31 11:26:40 +0000
commite23f19a810f687a82d9f1c602c83e0f890b88353 (patch)
tree8cc40761d60427e414fe7859114b9b9f6e2fdce1 /ChangeLog
parent33ed4974516ef639eff5f9db34dde83acee82039 (diff)
downloadcoreutils-e23f19a810f687a82d9f1c602c83e0f890b88353.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 014c665c3..a9a973ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-08-22 Lawrence Teo <lcteo@uncc.edu>
+
+ * src/md5sum.c (split_3): Accept the BSD format for generic
+ message digest modes. Currently works with BSD's MD5 and SHA1
+ formats since these are the two algorithms presently used in
+ coreutils. Updated comments to reflect this change.
+ (bsd_split_3): Updated comments.
+
+ * tests/md5sum/basic-1: New test to make sure that
+ `md5sum --check' doesn't accept the BSD SHA1 format (adapted
+ from `check-bsd' test in tests/sha1sum/basic-1).
+
+ * tests/sha1sum/basic-1 (check-bsd2, check-bsd3): New tests for
+ --check exit status and BSD SHA1 format (adapted from tests
+ in tests/md5sum/basic-1).
+
2003-08-30 Jim Meyering <jim@meyering.net>
* Version 5.0.91.