]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 24 May 2003 17:22:06 +0000 (17:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 May 2003 17:22:06 +0000 (17:22 +0000)
ChangeLog
NEWS

index b4958e0b8a4dbabf1ae6ee74b755bf93cfb4daf4..406d8999f125c3e2d0634246351fd83f019a8ca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,22 @@
-2003-05-21  Jim Meyering  <jim@meyering.net>
+2003-05-24  Jim Meyering  <jim@meyering.net>
 
        * Version 5.0.1.
 
+       * src/md5sum.c (split_3): Accept the BSD format only when in MD5 mode.
+       * tests/sha1sum/basic-1: Make sure `sha1sum --check' doesn't
+       accept the BSD format.
+
+2003-03-28  Joe Orton  <jorton@redhat.com>
+
+       * src/md5sum.c (bsd_split_3): New function.
+       (split_3): Detect checksums from BSD 'md5' command and handle them
+       using bsd_split_3.
+
+       * tests/md5sum/basic-1: New tests for --check exit status, and for
+       BSD-style checksum files.
+
+2003-05-21  Jim Meyering  <jim@meyering.net>
+
        * src/head.c (elide_tail_lines_pipe): Fix a thinko.
        This sort of thing is why it'd be *Really Good* to factor
        out the common code used here and in tail.c.
diff --git a/NEWS b/NEWS
index aabf91ad0e84be4b39bdd862702a65644899586d..ca15f94f118b7549c618d2160266b10ebee15726 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
 [5.0.1]
+* md5sum --check now accepts the output of the BSD md5sum program, e.g.,
+  MD5 (f) = d41d8cd98f00b204e9800998ecf8427e
+* du no longer runs out of file descriptors unnecessarily
 * date's `-' (no-pad) format flag now affects the space-padded-by-default
   conversion specifiers, %e, %k, %l
 * FEATURE: head now accepts --lines=-N (--bytes=-N) to print all but the