diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-27 12:17:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-27 12:17:55 +0000 |
commit | 307fbc8ae656537208a2186290b86cec7897c2e4 (patch) | |
tree | 93e9c20ed781d179217c102292e046ac48599ef2 /NEWS | |
parent | 28b3b79f30b1c7f402214776d56b958e8437afeb (diff) | |
download | coreutils-307fbc8ae656537208a2186290b86cec7897c2e4.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 5.0.1: -** New features: +** New features - head now accepts --lines=-N (--bytes=-N) to print all but the N lines (bytes) at the end of the file - md5sum --check now accepts the output of the BSD md5sum program, e.g., MD5 (f) = d41d8cd98f00b204e9800998ecf8427e -- date -d DATE can now parse a DATE string like May-23-2003. +- date -d DATE can now parse a DATE string like May-23-2003 ** Bug fixes - tail -f is no longer subject to a race condition that could make it |