diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-15 10:00:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-15 10:00:30 +0000 |
commit | ad17714291859a644946586ee953bda7d52a6cee (patch) | |
tree | db55197e877023b4ab391c8485c9d120a7815abe /lib | |
parent | 7729ee5e68d2590f7723bdbaa4f0d07d8dc96db0 (diff) | |
download | coreutils-ad17714291859a644946586ee953bda7d52a6cee.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b5b49843c..1d0c26130 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2006-05-13 Jim Meyering <jim@meyering.net> + + 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. + Add a new mode, FTS_CWDFD, by which to enable the improved + (openat- based -- aka no-chdir) semantics. + * fts_.h (FTS_CWDFD): Define. Callers must use this fts_open + option to enable the more robust behavior. + (FTS_OPTIONMASK): Widen accordingly. + * fts.c: Restore removed code, reverting the default behavior. + 2006-05-11 Jim Meyering <jim@meyering.net> * sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. |