summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-19 07:34:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-19 07:34:02 +0000
commitcb0d1f9a60dd0ae601e266ad7e26bda567282994 (patch)
treec70ac045d07646c0d063c6d56f88f110f3b9211d /NEWS
parent62d9978140437a8edc877b80eacfe7db99ac5513 (diff)
downloadcoreutils-cb0d1f9a60dd0ae601e266ad7e26bda567282994.tar.xz
md5sum --check now accepts multiple input files, and similarly for sha1sum.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e11635f4..f760af92e 100644
--- a/NEWS
+++ b/NEWS
@@ -186,6 +186,8 @@ GNU coreutils NEWS -*- outline -*-
ls no longer outputs an extra space between the mode and the link count
when none of the listed files has an ACL.
+ md5sum --check now accepts multiple input files, and similarly for sha1sum.
+
If stdin is a terminal, nohup now redirects it from /dev/null to
prevent the command from tying up an OpenSSH session after you logout.