* Major changes in release 4.3.10, 2007-11-13 ** Bug Fixes #21568: findutils gnulib code does not match the date in import-gnulib.config. We now check out the gnulib code via git-cvs-pserver. * Major changes in release 4.3.9, 2007-11-11 ** Licensing Findutils version 4.3.9 is released under version 3 of the GNU General Public License. ** Bug Fixes #20834: Avoid segmentation violation for -execdir when $PATH is unset. Assume that the PATH is safe in this situation. #20310: configure uses hosts's support status for "sort -z" when generating the updatedb script for use on the target. This is inappropriate when cross-compiling, so avoid doing that. #20263: Compilation fix for DEC Alpha OSF/1 cc, which forbids the ordering comparison of function pointers. #20139: find -[acm]time -N (wrongly) includes files from N days ago, as well as (correctly) from less than N days ago. #20273: When xargs is successful without consuming all of stdin (for example, with the -E option), and stdin is seekable, xargs now correctly restores the file position, even on platforms where exit() does not follow the POSIX rules of doing likewise. Likewise for find (for example, with the -ok action). #20547: The version information printed by find, xargs, locate, updatedb, frcode and code now complies with the GNU Project's coding standards. #20662: Avoid memory leak in find -name and other places affected by gnulib dirname module. The leak had been present since 4.3.1. #20751: Avoid memory corruption in find -ls that has been present since 4.3.1. #20871: Assertion failure introduced in 4.3.3, when oldfind is invoked in a directory where the parent directory lacks search permission. ** Enhancements #20594: Allow fine-tuning of the default argument size used by xargs and find at ./configure time. #20688: The warning printed by -name or -iname when the pattern to match contains a slash can now be silenced by -nowarn. This warning was originally introduced unconditionally in 4.2.21. Translation of locate --limit problems is improved. POSIX will standardise -path, so the documentation no longer claims that -wholename is the 'canonical' test, and -ipath no longer generates a warning. ** Documentation Fixes Point out more explicitly that the subsecond timestamp support introduced by findutils-4.3.3 introduces a change in the format of several fields. Also explain that when reporting a bug, you should check the most recent findutils release first. Introduced doc/find-maint.texi, a maintenance manual for findutils. Added an extra worked example for find (copying a subset of files). The locate command's manual page now has a HISTORY section. #20951: Very bad/unclear/confusing documentation of security checks in find -execdir #20865: Better documentation on the fact that -delete implies -depth and that -delete interacts badly with -prune. #20552: Fixed typos, formatting and section ordering issues in the find manual page. #20529: removed spurious 'o' in description of "xargs -a" in doc/find.texi. #20232: The --max-database-age option of locate was added in release 4.3.3, but this file (NEWS) did not previously mention this fact. ** Translations Updated Dutch translation.