summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-26 06:44:50 +0000
committerJim Meyering <jim@meyering.net>2003-04-26 06:44:50 +0000
commit412c38a757eb4e579606cb1d4ecd886ff24ae10f (patch)
tree58e6b43a616797acd26dbb9526e20b121994ec2d
parent110e377d26a6b939d43d1d72e2d03cd772625b9a (diff)
downloadcoreutils-412c38a757eb4e579606cb1d4ecd886ff24ae10f.tar.xz
*** empty log message ***
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0053432aa..52c1411d9 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.