Improved the documentation for the %k and %b format specifiers to
[findutils.git] / NEWS
blobbc8feef0296e8fd97da176fa819d18069fce66d9
1 GNU findutils NEWS - User visible changes.      -*- outline -*- (allout)
2 * Major changes in release 4.2.0
3 ** The environment variable FIND_BLOCK_SIZE is now ignored.
4 ** The find manual page also now includes a section 
5    which describes the relationship between the features of GNU 
6    find and the POSIX standard.  Some other small improvements 
7    to the find and xargs manual pages have been made.
8 ** The escape code '\0' for the `-printf' predicate of find is now
9    documented.   
10 ** Bug-fixes, notably better support for 64-bit systems.
12 * Major changes in release 4.1.20:
13 ** New maintainer, James Youngman <jay@gnu.org>
14 ** As far as I know, this is the first release after 4.1.7, but I've left 
15    a gap just in case. 
16 ** We now use an "imported" version of gnulib, rather than including 
17    a copy of the gnulib code in our CVS repository.   There are no
18    differences in the build instructions, though (unless you are 
19    building directly from CVS, in which case please read the file
20    README-CVS).
21 ** There are no (deliberate) functional changes in version 4.1.20.
23 * Major changes in release 4.1.7:
24 fix problem so that default "-print" is added when "-prune" is used.
25 security fixes related to directories changing while find is executing.
27 * Major changes in release 4.1.6:
28 correct bug in prune.
29 added --ignore-case option for locate
31 * Major changes in release 4.1.5:
32 Add support for large files
34 * Major changes in release 4.1.4:
35 bug fixes, more up-to-date languages.
37 * Major changes in release 4.1.3:
38 added internationalization and localization.
40 * Major changes in release 4.1.1:
41 attempt at successful compilation on many platforms after years of neglect
42  "--existing" option added to locate "--prunefs" option added to updatedb
44 * Major changes in release 4.1:
46 ** Distribution renamed to findutils.
47 ** updatedb is now a user command, installed in $exec_prefix/bin
48   instead of $exec_prefix/libexec.
49 ** A few problems in Makefiles and testsuite corrected.
51 * Major changes in release 4.0:
53 ** Documentation:
54 *** Texinfo manual.
55 *** Man page for updatedb.
56 *** Man page for the locate database formats.
58 ** find:
59 *** Takes less CPU time on long paths, because it uses chdir to descend
60    trees, so it does fewer inode lookups.
61 *** Does not get trapped in symbolic link loops when -follow is given.
62 *** Supports "-fstype afs" if you have /afs and /usr/afsws/include
63    and you configure using the --with-afs option.
64 *** New action -fls FILE; like -ls but writes to FILE.
66 ** locate:
67 *** Supports a new database format, which is 8-bit clean and
68    allows machines with different byte orderings and integer sizes to
69    share the databases.  The new locate can also detect and read the
70    old database format automatically.  The new databases are typically
71    30% or more larger than the old ones (due to allowing all 8 bits in
72    file names).  Search times are approximately the same, or faster on
73    some systems.
74 *** Warns if a file name database is more than 8 days old.
76 ** updatedb:
77 *** Takes command-line options.
79 ** xargs:
80 *** Performance improved 10-20%.
81 *** The EOF string is not used when -0 is given.
82 *** Now has a test suite.  Some minor bugs fixed as a result.
84 * Major changes in release 3.8:
86 ** case insensitive versions of -lname, -name, -path, -regex:
87   -ilname, -iname, -ipath, -iregex
88 ** %F directive for -printf, -fprintf to print file system type
90 * Major changes in release 3.7:
92 ** locate can search multiple databases
93 ** locate has an option to specify the database path
94 ** updatedb no longer goes into an infinite loop with some versions of tail
96                         --//--
97 This is used by Emacs' spell checker ispell.el:
99 LocalWords: ansi knr strftime xargs updatedb sh fnmatch hin strcpy
100 LocalWords: lib getstr getline frcode bigram texi depcomp automake
101 LocalWords: strncasecmp strcasecmp LIBOBJS FUNC prunefs allout libexec
102 LocalWords: testsuite Texinfo chdir inode fstype afs fls ls EOF lname
103 LocalWords: regex ilname iname ipath iregex printf fprintf