From: Jim Meyering Date: Thu, 1 May 2003 17:51:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2729b8b6feb67161552fc05aded1cf74649d2aae;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 52c1411d91..115f1c1ab3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ [5.0.1] +* tail's byte and line counts are no longer limited to OFF_T_MAX. + Now the limit is UINTMAX_MAX. * tsort now fails when given an odd number of input tokens. Before, it would act as if the final token appeared one additional time. * readlink's --canonicalize option now works on systems like Solaris that