-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.
[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