summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-04 12:13:26 +0000
committerJim Meyering <jim@meyering.net>2003-10-04 12:13:26 +0000
commit685c7c470796947f6a8856fb3a2ab534872871a3 (patch)
treead37453e190121dc91a2ca16b84049e42862ee7b /NEWS
parent2331952ff1bcc9fbf308de96793207779a14fdf0 (diff)
downloadcoreutils-685c7c470796947f6a8856fb3a2ab534872871a3.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index accd42504..633c607db 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,27 @@ GNU coreutils NEWS -*- outline -*-
** New features
+ 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
+ a hierarchy of depth around 30,000.
+
+ du works even when run from an inaccessible directory
+
+ du -D now dereferences all symlinks specified on the command line,
+ not just the ones that reference directories
+ FIXME: confirm this, and add a test
+
+ du now accepts -P (--no-dereference), for compatibility with du
+ of NetBSD and for consistency with e.g., chown and chgrp
+
+ du's -H option will soon have the meaning required by POSIX
+ (--dereference-args, aka -D) rather then the current meaning of --si.
+ Now, using -H elicits a warning to that effect.
+
** Bug fixes
+ csplit would mistakenly exhaust virtual memory in some cases
* Major changes in release 5.0.91: