summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-04 10:00:40 +0000
committerJim Meyering <jim@meyering.net>2006-05-04 10:00:40 +0000
commitaac1ddf240144ccd359be09f2d4d5b24a2748029 (patch)
tree432dea827934aa80b00b18c438ce5bfb51787b01 /NEWS
parentc1f85fb9e15ce5ebbd2ec1d313b94573b2bb382d (diff)
downloadcoreutils-aac1ddf240144ccd359be09f2d4d5b24a2748029.tar.xz
mention pwd fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71752e6c5..aa7ff34ec 100644
--- 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