]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 4 May 2003 08:39:14 +0000 (08:39 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 May 2003 08:39:14 +0000 (08:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 379004d555d5a478f42d72c48db0cafa02fded45..a64469804b8b3993a51e1d21ff9c3633da9cf2a4 100644 (file)
--- 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.