diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-08 18:11:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-08 18:11:17 +0000 |
commit | f3e0faa64c06b4d89952781bfe0d05824c53d50a (patch) | |
tree | a5049f1361c5b38632ae436a88c7c06ea8eaf540 /NEWS | |
parent | a9bf908eb394c1c42d68a36c4e16864dcc32ee86 (diff) | |
download | coreutils-f3e0faa64c06b4d89952781bfe0d05824c53d50a.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 @@ [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) |