summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-05 22:52:46 +0000
committerJim Meyering <jim@meyering.net>2003-02-05 22:52:46 +0000
commit6b18df4826cfec9e8a8c7750dd167ad5ab68d52c (patch)
treeb00af2fe3ccf5fd6667e0bf878a17be540ffad67
parent33bb552cee03ee82a04561c18e84606e5807b385 (diff)
downloadcoreutils-6b18df4826cfec9e8a8c7750dd167ad5ab68d52c.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd6f63eac..70dfdb4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
* tests/du/exclude: New file.
* tests/du/Makefile.am (TESTS): Add exclude.
+2003-02-04 Dmitry V. Levin <ldv@altlinux.org>
+
+ * src/who.c (print_boottime, print_deadprocs, print_runlevel):
+ Fix memory allocation arithmetic.
+
2003-02-04 Jim Meyering <jim@meyering.net>
`df /dev/block-or-char-device-file--not-mounted' now reports
diff --git a/NEWS b/NEWS
index 9f136d441..f9618505b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+[4.5.6]
+* du no longer segfaults on Solaris systems (fixed heap-corrupting bug in ftw.c)
+* du --exclude=FILE works once again (this was broken by the rewrite for 4.5.5)
+* du no longer gets a failed assertion for certain hierarchy lay-outs
+ involving hard-linked directories
+* `who -r' no longer segfaults when using non-C-locale messages
[4.5.5]
* ls --dired produces correct byte offset for file names containing
nonprintable characters in a multibyte locale