From: Paul Eggert Date: Tue, 19 Jul 2005 07:35:51 +0000 (+0000) Subject: md5sum --check now accepts multiple input files. X-Git-Tag: CPPI-1_12~230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19f049e34c14750836b8f665b5c1ffde178b0467;p=thirdparty%2Fcoreutils.git md5sum --check now accepts multiple input files. --- diff --git a/ChangeLog b/ChangeLog index eff5e0a323..8ffb03659d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-07-18 Paul Eggert +2005-07-19 Paul Eggert * Version 5.3.1. + * NEWS: md5sum --check now accepts multiple input files, and + similarly for sha1sum. Extension suggested by Chris Girling. + * src/md5sum.c (usage, main): Support this new usage. + +2005-07-18 Paul Eggert + Fix a problem noted by James Youngman: VPATH-style builds don't work because of po file problems. * src/Makefile.am (BUILT_SOURCES): Remove false.c. diff --git a/doc/ChangeLog b/doc/ChangeLog index d7bb37276a..5edb00b48a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Paul Eggert + + * coreutils.texi (md5sum invocation): --check now allows multiple + FILE inputs. + 2005-07-18 Paul Eggert * coreutils.texi (false invocation):