diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/textutils/NEWS | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -56,6 +56,7 @@ Carlos Canau Carlos.Canau@relay.puug.pt Charles Karney karney@pppl.gov Charles Randall crandall@matchlogic.com Chip Salzenberg chip@valinux.com +Chris Faylor cgf@cygnus.com Chris Sylvain csylvain@umm.edu Chris Yeo cyeo@biking.org Christi Alice Scarborough christi@chiark.greenend.org.uk diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 3c7c0f386..fa827cdc5 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -2,7 +2,7 @@ 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. +* fmt no longer segfaults when using a maximum line width larger than 32767 * uniq's --all-repeated option has new modes to delimit groups of duplicate lines: --all-repeated={precede,separate,none(default)} [2.0.14] |