From: Jim Meyering Date: Sat, 24 May 2003 17:22:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7b2637d88ba241bf2489166c36ef54803b71b46;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b4958e0b8a..406d8999f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,22 @@ -2003-05-21 Jim Meyering +2003-05-24 Jim Meyering * 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 + + * 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 + * 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 aabf91ad0e..ca15f94f11 100644 --- 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