1 Major changes in release 4.1:
3 * Distribution renamed to findutils.
4 * updatedb is now a user command, installed in $exec_prefix/bin
5 instead of $exec_prefix/libexec.
6 * A few problems in Makefiles and testsuite corrected.
8 Major changes in release 4.0:
12 ** Man page for updatedb.
13 ** Man page for the locate database formats.
16 ** Takes less CPU time on long paths, because it uses chdir to descend
17 trees, so it does fewer inode lookups.
18 ** Does not get trapped in symbolic link loops when -follow is given.
19 ** Supports "-fstype afs" if you have /afs and /usr/afsws/include
20 and you configure using the --with-afs option.
21 ** New action -fls FILE; like -ls but writes to FILE.
24 ** Supports a new database format, which is 8-bit clean and
25 allows machines with diffent byte orderings and integer sizes to
26 share the databases. The new locate can also detect and read the
27 old database format automatically. The new databases are typically
28 30% or more larger than the old ones (due to allowing all 8 bits in
29 file names). Search times are approximately the same, or faster on
31 ** Warns if a file name database is more than 8 days old.
34 ** Takes command-line options.
37 ** Performance improved 10-20%.
38 ** The EOF string is not used when -0 is given.
39 ** Now has a test suite. Some minor bugs fixed as a result.
41 Major changes in release 3.8:
43 * case insensitive versions of -lname, -name, -path, -regex:
44 -ilname, -iname, -ipath, -iregex
45 * %F directive for -printf, -fprintf to print file system type
47 Major changes in release 3.7:
49 * locate can search multiple databases
50 * locate has an option to specify the database path
51 * updatedb no longer goes into an infinite loop with some versions of tail