From: Jim Meyering Date: Sun, 22 Oct 2000 12:57:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_8~23 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=38856139eafee16fc07382d8b4a92628dc2baac2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index a08bef5f4b..22fe63a503 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,9 @@ Changes in release 2.1 -[2.0h] +[2.0.8] +* new program: shasum +* wc accepts new -m option (count characters, not necessarily bytes) +* wc's `--chars' option is now equivalent to -m, not --bytes as it used to be +* `cat -n' works better when processing 2^31 or more lines [2.0g] * sort's --help output now warns that it is locale-aware * tail: fix a buffer underrun error that occurred on an empty pipe,