From: Jim Meyering Date: Sat, 26 Apr 2003 06:44:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=412c38a757eb4e579606cb1d4ecd886ff24ae10f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 0053432aa2..52c1411d91 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ [5.0.1] +* 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 lack the canonicalize_file_name function but do have resolvepath. * split can now handle --bytes=N and --lines=N with N=2^31 or more.