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