diff options
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 1286e5174..05b0daeac 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -9,6 +9,8 @@ 2006-05-13 Jim Meyering <jim@meyering.net> + * xfts.c (xfts_open): Always use FTS_CWDFD. + Restore the parts of fts that were removed on 2006-01-17, so that it's easier for legacy applications designed for the version of fts in glibc or BSD to convert to this more robust version. |