diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-01 17:51:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-01 17:51:52 +0000 |
commit | 2729b8b6feb67161552fc05aded1cf74649d2aae (patch) | |
tree | ceed20f61601197c5196f8e597f443f19c1765b1 /NEWS | |
parent | 7a672ec0460fabb5accf655a14aa897c95e6654e (diff) | |
download | coreutils-2729b8b6feb67161552fc05aded1cf74649d2aae.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |