diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-03 11:17:35 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-03 11:17:35 +0100 |
commit | ba45154d8e9f5f49f46c8c2c2d8a554db7c3465f (patch) | |
tree | ada97eab73e4997b8c5689d43ae778c1adc8afbf /NEWS | |
parent | 6e7e2709c865504d72592dd7d5ee9382230ee169 (diff) | |
download | coreutils-ba45154d8e9f5f49f46c8c2c2d8a554db7c3465f.tar.xz |
* NEWS: du --one-file-system (-x) would skip subdirectories of any
directory listed as second or subsequent command line argument.
* tests/du/one-file-system: New file. Test for today's fts.c fix.
* tests/du/Makefile.am (TESTS): Add one-file-system.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release 6.7-pre (????-??-??) [?] +** Bug fixes + + du --one-file-system (-x) would skip subdirectories of any directory + listed as second or subsequent command line argument. + * Noteworthy changes in release 6.6 (2006-11-22) [stable] |