diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-26 11:03:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-26 11:03:44 +0000 |
commit | fe443ea297f6417d4e905830f6f93b3678324d2d (patch) | |
tree | 43dd4f224e166202add09b00c79c720fe657ecab /NEWS | |
parent | 91b31aa87c972e6fe51b369c4b7fa210e736e7ee (diff) | |
download | coreutils-fe443ea297f6417d4e905830f6f93b3678324d2d.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ [4.5.5] +* du has been rewritten to use a variant of ftw.c from GNU libc +* du now counts the space associated with a directory's directory entry, + even if it cannot list or chdir into that subdirectory. +* du -S now includes the st_size of each entry corresponding to a subdirectory * rm on FreeBSD can once again remove directories from NFS-mounted file systems * ls has a new option --dereference-command-line-symlink-to-dir, which corresponds to the new default behavior when none of -d, -l -F, -H, -L |