]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
du: add NEWS entry for recent du -L fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Jul 2010 17:53:42 +0000 (10:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Jul 2010 17:53:42 +0000 (10:53 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 124ca5ab397b96e545d8bf35cc26ba9e7f161952..b19294b385d8e263c56d1a474d6df59993a391f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   link count is 1, even if the file is reached multiple times by
   following symlinks or via multiple arguments.
 
+  du -H and -L now consistently count pointed-to files instead of
+  symbolic links, and correctly diagnose dangling symlinks.
+
 ** New features
 
   cp now accepts the --attributes-only option to not copy file data,