From: Jim Meyering Date: Thu, 4 May 2006 10:00:40 +0000 (+0000) Subject: mention pwd fix X-Git-Tag: v6.0~446 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aac1ddf240144ccd359be09f2d4d5b24a2748029;p=thirdparty%2Fcoreutils.git mention pwd fix --- diff --git a/NEWS b/NEWS index 71752e6c53..aa7ff34ec8 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