diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-07 23:42:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-07 23:42:35 +0000 |
commit | a36e68637142465d6e0b29ed16266451ac9d4c26 (patch) | |
tree | accd95d4fe4ff0c4c06d04ff85396b09f381296e /NEWS | |
parent | 684f41944e507359e70c3536d8630d9392c08d57 (diff) | |
download | coreutils-a36e68637142465d6e0b29ed16266451ac9d4c26.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +[4.5.10] +Planned changes: + Andreas' suggestion re cp --no-preserve + Rich's stub patches + shred non-regular should imply --exact (do not round up) +* du no longer dumps core due to `infinite' recursion via nftw's + use of the buggy replacement function in getcwd.c +* portability patches for a few vendor compilers +* du -S *really* now works like it did before the change in 4.5.5 + [4.5.9] * du no longer truncates file sizes or sums to fit in 32-bit size_t * work around Linux kernel bug in getcwd (fixed in 2.4.21-pre4), so that pwd |