summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-04 08:39:14 +0000
committerJim Meyering <jim@meyering.net>2003-05-04 08:39:14 +0000
commit21c8705b3c19485aa15a535f232245351945ea47 (patch)
tree4075e010892583d15564ac931822215b5a650500 /NEWS
parentf4fbb39dfd54146807e36d411a953d0a9bb65b29 (diff)
downloadcoreutils-21c8705b3c19485aa15a535f232245351945ea47.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 379004d55..a64469804 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
[5.0.1]
+* df and `readlink --canonicalize' no longer corrupt the heap on
+ non-glibc, non-solaris systems
+* `env -u SOME_ALREADY_UNSET_VARIABLE' no longer dumps core on non-glibc systems
* tail's byte and line counts are no longer limited to OFF_T_MAX.
Now the limit is UINTMAX_MAX (usually 2^64).
* tsort now fails when given an odd number of input tokens.