*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 07:37:50 +0000 (07:37 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 07:37:50 +0000 (07:37 +0000)
old/textutils/NEWS

index 2a47058..3c7c0f3 100644 (file)
@@ -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