* debian.rules (debian): update debian revision to 10
[findutils.git] / NEWS
blobc047834afe1be7155550665b6f9e2a3acc3ff92a
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.
7 \f
8 Major changes in release 4.0:
10 * Documentation:
11 ** Texinfo manual.
12 ** Man page for updatedb.
13 ** Man page for the locate database formats.
15 * find:
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.
23 * locate:
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
30    some systems.
31 ** Warns if a file name database is more than 8 days old.
33 * updatedb:
34 ** Takes command-line options.
36 * xargs:
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