diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-15 13:28:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-15 13:28:28 +0000 |
commit | db19f3df8b66bb6b4f6181322e0ed28a19bd2601 (patch) | |
tree | 5a771b49c9f62f381a6f61c42f23506375e79e17 /lib/ChangeLog | |
parent | 212ffe61af2354dacd07f9391defa5645630b8dd (diff) | |
download | coreutils-db19f3df8b66bb6b4f6181322e0ed28a19bd2601.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-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. |