diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-16 09:30:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-16 09:30:07 +0000 |
commit | 32317fa2bed3ce0b183070dc6aa2352fb6c1026b (patch) | |
tree | a48d3ccacd2f744cc6422f88a6b56888e55738a2 /old/textutils/NEWS | |
parent | 17eefced98de9db59eff97e167a71b75d3d2389d (diff) | |
download | coreutils-32317fa2bed3ce0b183070dc6aa2352fb6c1026b.tar.xz |
.
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
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] |