summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-08 18:11:17 +0000
committerJim Meyering <jim@meyering.net>2003-02-08 18:11:17 +0000
commitf3e0faa64c06b4d89952781bfe0d05824c53d50a (patch)
treea5049f1361c5b38632ae436a88c7c06ea8eaf540
parenta9bf908eb394c1c42d68a36c4e16864dcc32ee86 (diff)
downloadcoreutils-f3e0faa64c06b4d89952781bfe0d05824c53d50a.tar.xz
*** empty log message ***
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 261c6f4cc..4777b345d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
[4.5.7]
+* du would fail with more than one DIR argument when any but the last did not
+ contain a slash (due to a bug in ftw.c)
[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)