mention pwd fix
authorJim Meyering <jim@meyering.net>
Thu, 4 May 2006 10:00:40 +0000 (10:00 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 May 2006 10:00:40 +0000 (10:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 71752e6..aa7ff34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   fts no longer changes the current working directory, so its clients
   (chmod, chown, chgrp, du) no longer malfunction under extreme conditions.
 
+  pwd and other programs using lib/getcwd.c work even on file systems
+  where dirent.d_ino values are inconsistent with those from stat.st_ino.
+
 ** Changes in behavior
 
   basename and dirname now treat // as different from / on platforms