diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-19 18:54:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-19 18:54:48 +0000 |
commit | 2a02dcc817eb18d10478503350a5eff7f6c0e13f (patch) | |
tree | 38b3b311c2e3015dd0b58cb13b0de9559bba0009 /NEWS | |
parent | 547eb80ef48babaff53d39d33111755059586a33 (diff) | |
download | coreutils-2a02dcc817eb18d10478503350a5eff7f6c0e13f.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,11 +3,12 @@ GNU coreutils NEWS -*- outline -*- ** New features + chmod can now process hierarchies of virtually unlimited depth + chmod accepts new options: --preserve-root, --no-preserve-root + chown and chgrp can now process hierarchies of virtually unlimited depth chown and chgrp now accept POSIX-mandated -L, -H, and -P options - chmod accepts new options: --preserve-root, --no-preserve-root - du can now process hierarchies of virtually unlimited depth. Before, du was limited by the user's stack size and it would get a stack overflow error (often a segmentation fault) when applied to |