* m4/Makefile.am.in: updated file
[findutils.git] / NEWS
blob4fdfeb2526e668f7bfeab35f5d71cb57eca2f15f
1 Major changes in release 4.1.3:
2 * added internationalization and localization.
4 Major changes in release 4.1.1:
5 * attempt at successful compilation on many platforms after years of neglect
6 * "--existing" option added to locate "--prunefs" option added to updatedb
8 Major changes in release 4.1:
10 * Distribution renamed to findutils.
11 * updatedb is now a user command, installed in $exec_prefix/bin
12   instead of $exec_prefix/libexec.
13 * A few problems in Makefiles and testsuite corrected.
15 Major changes in release 4.0:
17 * Documentation:
18 ** Texinfo manual.
19 ** Man page for updatedb.
20 ** Man page for the locate database formats.
22 * find:
23 ** Takes less CPU time on long paths, because it uses chdir to descend
24    trees, so it does fewer inode lookups.
25 ** Does not get trapped in symbolic link loops when -follow is given.
26 ** Supports "-fstype afs" if you have /afs and /usr/afsws/include
27    and you configure using the --with-afs option.
28 ** New action -fls FILE; like -ls but writes to FILE.
30 * locate:
31 ** Supports a new database format, which is 8-bit clean and
32    allows machines with diffent byte orderings and integer sizes to
33    share the databases.  The new locate can also detect and read the
34    old database format automatically.  The new databases are typically
35    30% or more larger than the old ones (due to allowing all 8 bits in
36    file names).  Search times are approximately the same, or faster on
37    some systems.
38 ** Warns if a file name database is more than 8 days old.
40 * updatedb:
41 ** Takes command-line options.
43 * xargs:
44 ** Performance improved 10-20%.
45 ** The EOF string is not used when -0 is given.
46 ** Now has a test suite.  Some minor bugs fixed as a result.
48 Major changes in release 3.8:
50 * case insensitive versions of -lname, -name, -path, -regex:
51   -ilname, -iname, -ipath, -iregex
52 * %F directive for -printf, -fprintf to print file system type
54 Major changes in release 3.7:
56 * locate can search multiple databases
57 * locate has an option to specify the database path
58 * updatedb no longer goes into an infinite loop with some versions of tail