1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00
This commit is contained in:
Jim Meyering
2001-09-16 09:30:07 +00:00
parent 17eefced98
commit 32317fa2be
2 changed files with 2 additions and 1 deletions

1
THANKS
View File

@@ -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

View File

@@ -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]