From: Jim Meyering Date: Sat, 24 Nov 2001 08:19:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_18~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5073e90886984583efa895f8c8ba998dc969a495;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 1df2199a81..9ebe11e7d0 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ Changes in release 2.1 +[2.0.18] [2.0.17] * csplit no longer gets a failed assertion for this: printf 'a\n\n'|csplit - '/^$/' 2 @@ -6,6 +7,8 @@ Changes in release 2.1 * tail no longer gets a segfault on Linux's /proc/ksyms * sum -s produces the proper 16-bit checksum for large files (this fixes a bug that was introduced in 2.0f) +* uniq is now about 3 times faster than the version from 2.0 on Linux systems; + the code uses lock-avoiding variants of common I/O functions [2.0.16] * tail -F no longer segfaults [2.0.15]