diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-01 19:14:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-01 19:14:43 +0000 |
commit | 5f3fa7a28492d67d2e53cc89883a8c75a584a8c8 (patch) | |
tree | d9d457b5552b6caeb55cd79b9ee11372b8991d4c | |
parent | c1032f08e51c6c876d33b5c9f36c99cfa3c50214 (diff) | |
download | coreutils-5f3fa7a28492d67d2e53cc89883a8c75a584a8c8.tar.xz |
.
-rw-r--r-- | old/sh-utils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index db1610c57..d1c980a90 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,7 @@ Changes in release 1.13 [1.12r] +* date --date=DATE accepts dates like those in an RCS log listing, e.g., + `11/01/1992 05:44:34'. * printf now warns if excess arguments are ignored. * tee no longer fails immediately upon receipt of SIGPIPE [1.12q] |