From: Jim Meyering Date: Wed, 12 Sep 2001 07:37:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73a5c3b8470450ad608fda9c95401ff27a282d20;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 2a47058575..3c7c0f3861 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,7 +1,10 @@ Changes in release 2.1 [2.0.15] +* tail accepts new option: -F, equivalent to `--follow=name --retry', + for compatibility with FreeBSD and NetBSD versions of tail. +* fmt: `echo x|fmt -w 100000' no longer causes fmt to segfault. * uniq's --all-repeated option has new modes to delimit groups - of duplicate lines: --all-repeated={precede,separate,none(default)} + of duplicate lines: --all-repeated={precede,separate,none(default)} [2.0.14] * sort now accepts long options like "--reverse" and "--". * sort now checks option syntax as POSIX requires, except that (as usual