]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 26 Apr 2003 06:44:50 +0000 (06:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Apr 2003 06:44:50 +0000 (06:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0053432aa224316614df20f9f84d345e6cf4f164..52c1411d91c741f033ffb5a346d9c798e3e4dbc4 100644 (file)
--- 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.