]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
md5sum --check now accepts multiple input files.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 07:35:51 +0000 (07:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 07:35:51 +0000 (07:35 +0000)
ChangeLog
doc/ChangeLog

index eff5e0a323856cea844c261094f464cf459aab71..8ffb03659db716413c4f0458b1547a7f3abc0ef8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-07-18  Paul Eggert  <eggert@cs.ucla.edu>
+2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <eggert@cs.ucla.edu>
+
        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.
index d7bb37276ad2e52b35338571556125a7db1e3e0e..5edb00b48a0781a62bcd9b4bab6be386f7e99136 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (md5sum invocation): --check now allows multiple
+       FILE inputs.
+
 2005-07-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi (false invocation):