Rename the old locate database to the new name atomically. This fixes Savannah bug...
[findutils.git] / NEWS
blobe6c6fbee5d46167402c016ad76d91ac6c85d7e16
1 GNU findutils NEWS - User visible changes.      -*- outline -*- (allout)
3 * Major changes in release 4.3.13-CVS
5 ** Bug Fixes
7 #22057: Actually rename the old locate database to the new one
8 atomically, instead of just claiming the rename is atomic in a
9 comment.
11 #21960: xargs should collect the exit status of child processes even if
12 the total count of unreaped children has not yet reached the maximum
13 allowed. 
15 * Major changes in release 4.3.12, 2007-12-19
17 ** Bug Fixes
19 #15384: Find misbehaves when parent directory is not readable. 
21 ** Documentation Fixes
23 More examples in the xargs manual page, including a portable analogue
24 for BSD's "xargs -o".
26 ** Translations
28 Updated translations: Polish, Dutch, Portuguese, Swedish, Vietnamese.
31 * Major changes in release 4.3.11, 2007-12-02
33 ** Functional changes
35 When the POSIXLY_CORRECT environment variable is set, "find -perm
36 +a+w" is rejected as invalid.  Some other similar mode strings
37 starting with '+' which are not valid in POSIX are also rejected.
39 The -prune action now always evaluates as true (this is also a
40 bugfix).
43 ** Bug Fixes
45 #21568: Switch to checking the gnulib code out with native git, not
46 CVS.  This affects mainly those who check findutils code out of CVS.
47 This is not the first time this bug has been fixed (the previous fix
48 used "cvs update -D", which git-cvspserver silently does not
49 support). 
51 #21039: Setting the POSIXLY_CORRECT environment variable now turns off
52 warnings by default, because POSIX requires that only diagnostic
53 messages (and -ok prompts) are printed on STDERR, and diagnostic
54 messages must also result in a nonzero exit status.  
56 #20970: Trailing slash on directory arguments breaks -name.  "find
57 foo/ -name foo" now correctly matches foo and printf foo/.  See POSIX
58 interp http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt
60 #20865: Using both -delete and -prune without explicitly using -depth
61 is now an error.  Traditionally, -delete has always turned -depth on
62 anyway, so this is not a functional change.   However, using -depth
63 (implicitly or explicitly) makes -prune a no-op.  This change is
64 intended to avoid nasty surprises for people who test with
65 "-print" and then change it to "-delete" when they are happy.
67 #20803: POSIX requires that -prune always returns true.  Previously it
68 returned false when -depth was in effect and true otherwise.
70 #20802: If -delete fails, find's exit status will now be non-zero.
71 However, find still skips trying to delete ".".
73 ** Documentation Fixes
74 #21635: Some of the documentation files had missing copying
75 conditions.   The missing files now have copying headers, and these
76 are compatible with each other (GNU FDL 1.2).
78 #21634: No copy of FDL 1.2 included with the source code
80 #21633: Missing copyright/license header in some documentation.
82 #21628: find -perm /000 matches all files rather than none, since
83 findutils-4.3.3.  The Texinfo documentation is now consistent with the
84 manual page on this point.
86 #21270: Formatting fixes to the xargs.1 manual page, including making
87 options bold instead of italic and making OPTIONS a section header
88 rather than a subsection.
90 * Major changes in release 4.3.10, 2007-11-13
92 ** Bug Fixes
94 #21568: findutils gnulib code does not match the date in
95 import-gnulib.config.  We now check out the gnulib code via
96 git-cvs-pserver.  
98 * Major changes in release 4.3.9, 2007-11-11
100 ** Licensing
102 Findutils version 4.3.9 is released under version 3 of the GNU General
103 Public License.
105 ** Bug Fixes
107 #20834: Avoid segmentation violation for -execdir when $PATH is
108 unset.  Assume that the PATH is safe in this situation.
110 #20310: configure uses hosts's support status for "sort -z" when
111 generating the updatedb script for use on the target.  This is
112 inappropriate when cross-compiling, so avoid doing that.
114 #20263: Compilation fix for DEC Alpha OSF/1 cc, which forbids the
115 ordering comparison of function pointers.
117 #20139: find -[acm]time -N (wrongly) includes files from N days ago,
118 as well as (correctly) from less than N days ago.
120 #20273: When xargs is successful without consuming all of stdin (for
121 example, with the -E option), and stdin is seekable, xargs now
122 correctly restores the file position, even on platforms where exit()
123 does not follow the POSIX rules of doing likewise.  Likewise for find
124 (for example, with the -ok action).
126 #20547: The version information printed by find, xargs, locate,
127 updatedb, frcode and code now complies with the GNU Project's coding
128 standards.
130 #20662: Avoid memory leak in find -name and other places affected by
131 gnulib dirname module.  The leak had been present since 4.3.1.
133 #20751: Avoid memory corruption in find -ls that has been present
134 since 4.3.1.
136 #20871: Assertion failure introduced in 4.3.3, when oldfind is invoked
137 in a directory where the parent directory lacks search permission.
139 ** Enhancements
141 #20594: Allow fine-tuning of the default argument size used by xargs
142 and find at ./configure time.
144 #20688: The warning printed by -name or -iname when the pattern to
145 match contains a slash can now be silenced by -nowarn.  This warning
146 was originally introduced unconditionally in 4.2.21.
148 Translation of locate --limit problems is improved.
150 POSIX will standardise -path, so the documentation no longer claims
151 that -wholename is the 'canonical' test, and -ipath no longer
152 generates a warning.
154 ** Documentation Fixes
156 Point out more explicitly that the subsecond timestamp support
157 introduced by findutils-4.3.3 introduces a change in the format of
158 several fields.
160 Also explain that when reporting a bug, you should check the most
161 recent findutils release first.
163 Introduced doc/find-maint.texi, a maintenance manual for findutils.
165 Added an extra worked example for find (copying a subset of files).
167 The locate command's manual page now has a HISTORY section.
169 #20951: Very bad/unclear/confusing documentation of security checks in
170 find -execdir
172 #20865: Better documentation on the fact that -delete implies -depth 
173 and that -delete interacts badly with -prune.
175 #20552: Fixed typos, formatting and section ordering issues in the
176 find manual page.
178 #20529: removed spurious 'o' in description of "xargs -a" in
179 doc/find.texi. 
181 #20232: The --max-database-age option of locate was added in release
182 4.3.3, but this file (NEWS) did not previously mention this fact.
184 ** Translations
186 Updated Dutch translation.
189 * Major changes in release 4.3.8, 2007-06-12
191 ** Bug Fixes
193 #20157: Avoid segfault in locate when run as root.  This is caused by
194 a buffer overrun, but at this time no exploit mechanism is known.
196 * Major changes in release 4.3.7, 2007-06-09
198 ** Functional changes
200 Locate can now read old-format locate databases generated on machines
201 with a different byte order.  It does this by guessing the byte order,
202 so the result is not completely reliable.  If you need to share
203 databases between machines of different architectures, you should use
204 the LOCATE02 format (which has other advantages, as explained in the
205 documentation).
207 ** Security Fixes
209 #20014: Findutils-4.3.7 includes a patch for a potential security
210 problem in locate.  When locate read an old-format database, it read
211 file names into a fixed-length buffer allocated on the heap without
212 checking for overflow.  Although overflowing a heap buffer is often
213 somewhat safer than overflowing a buffer on the stack, this bug still
214 has potential security implications.
216 This bug also affected the following previous findutils releases:
218  - All releases prior to 4.2.31
219  - Findutils 4.3.0 to 4.3.6.
221 This bug has been assigned CVE number CVE-2007-2452.
223 ** Bug Fixes
225 #20128: Fix compilation error of find/tree.c on AIX with GCC.
227 #20005: Tests -mtime -n and -mtime +n incorrectly treated like -mtime n.
229 #19983: include_next causes compilation failure in findutils 4.3.6 on
230 non-GCC compilers 
232 #19981: Don't call setgroups if the function isn't available.  This
233 fixes Savannah bug# 19981.
235 #19980: Don't use the functions putw() or getw() since these are not
236 in current POSIX.  Use the gnulib version of wcwidth() where the
237 system does not provide it.
239 #19979: Compilation errors on BeOS
241 #19970: Cannot cast from pointer to bool using gnulib's <stdbool.h> 
243 #19967: Use of __attribute((__noreturn__)) makes compilation fail with
244 some non-GCC compilers  
246 #19966: find should link against -lm for modf() and fabs()
248 #19965: Compilation failure on OSF/1 4.0; non-declaration of uintmax_t 
250 #19948: Assertion failure O_NOFOLLOW != 0 on IRIX 6.5
252 #19871: Typos in find.1 
254 #19596: Fixed this bug again, this time in the Texinfo manual (the
255 discussion should compare %b with %s/512, not %s/1024).
257 #19416: _FORTIFY_SOURCE warn_unused_result warnings
259 * Major changes in release 4.3.6, 2007-05-21
261 ** Bug Fixes
263 #19948: Fixed an assertion failure on IRIX 6.5 (O_NOFOLLOW is defined
264 to 0 there).
266 #19923: Fixed an array overrun in groups[] array of 'locate' when run by
267 or as root.  This bug appears not to be exploitable.  If locate is not
268 installed setuid, the bug is not exploitable.  For setuid
269 installations, it is concievable that there could be an information
270 leak if the user uses the -d option or the -e option, though the
271 maintainer has been unable to provoke this on an x86 system.
273 #19871: Spurious .R directives in manpage produced error messages from
274 GNU troff.  This is now fixed (they are corrected to .B).
276 #19416: The result of I/O operations in print-related actions is now
277 checked, and failures are reported.  Any failure will cause find's
278 exit status to be nonzero.   The predicate itself will continue to
279 return true.
281 ** Compilation Fixes
283 A variety of changes were made to allow compilation to succeed on
284 non-GNU systems.
286 #19983: Now compiles on DEC C V5.9-005 on Digital UNIX V4.0 (or at
287 least, should).
289 #19970: Compile correctly on C89 systems where the "_Bool" type is not
290 provided, taking into account the limitations of the gnulib
291 replacement for stdbool.h.
293 #19967: Build successfully with C compilers that don't support the GCC
294  construct __attribute__((__noreturn__)).
296 #19966: Findutils should now build on systems which have the modf()
297 and fabs() functions in the maths library, -lm.  This includes some
298 versions of HP-UX and Solaris.  
300 #19965: Fixed a compilation failure on OSF/1 4.0 (no definition of the
301 type uintmax_t).
304 * Major changes in release 4.3.5, 2007-05-05
306 ** Functional changes
308 Updatedb can now support he generation of file name databases which
309 are compatible with slocate.  For some time, GNU locate has been able
310 to read these.
312 The /proc filesystem is excluded from the locate database (by
313 default; change PRUNEPATHS to modify this behaviour).
315 ** Bug Fixes
317 #19806: The -samefile predicate might get fooled by inode reuse.  We
318 now hold open a file descriptor on the reference file to prevent this.
320 #19768: Better detection of corrupted old-style locate databases
321 (e.g. if the database is too short to include a complete bigram
322 table).
324 #19766: The frcode and code programs now detect write errors more
325 reliably.
327 #19371: Fix compilation failure on systems which #define open to
328 open64 (and similarly with the close system call).  This fixes
329 Savannah bug #19371, affecting AIX 5.3.
331 #19658: When cross-compiling, "make clean" no longer deletes the
332 generated file doc/regexprops.texi, because there is no way to
333 regenerate it.
335 #19391: When xargs knows that the system's actual exec limit is larger
336 than the compiled-in ARG_MAX, use the system's limit without
337 generating an assertion failure.  
339 #18203: A duplicate report of bug #17478.
341 #17478: Error messages from find can garble the console.
343 #16378: Assertion failure if stat() returns 00000 as the mode
344 of a file.  This apparently can happen occasionally with broken NFS
345 servers.
347 #11668: FreeBSD extensions for time specification are now
348 implemented.  In fact, these were included in findutils-4.3.3.  The
349 change was listed as a functional change (whcih it is) and this bug
350 report was not mentioned.
352 ** Documentation Fixes
354 The locatedb.5 manpage now documents the (default) LOCATE02 format
355 more clearly, and also documents the slocate database format.
357 The maximum and default values applying to the -s option of xargs are
358 now documented more clearly in the manual page.
360 * Major changes in release 4.3.4, 2007-04-21
362 ** Bug Fixes
364 #19634: Test suite now passes (again) if "." is on your $PATH.
366 #19619: Findutils builds once again on Cygwin.
368 #19617: Nonexistent start points are (once again) diagnosed in
369 ftsfind.  This bug affected only findutils-4.3.3.
371 #19616: Fix leaf optimisation and loop detection (which were
372 unreliable in findutils 4.3.3).  This bug affected only
373 findutils-4.3.3.
375 #19615: find --version no longer claims to be using FTS_CWDFD when it
376 isn't.  This bug affected only findutils-4.3.3.
378 #19613: "find -L . -type f" no longer causes an assertion failure when
379 it encounters a symbolic link loop.  This bug affected only
380 findutils-4.3.3.
382 #19605: Issue an error message (and later return nonzero exit status)
383  if a symbolic link loop was encountered during directory traversal.
385 #19484: bigram.c and code.c fail if the first pathname recorded begins
386 with a space
388 #19483: Inconsistent option highlighting in updatedb manpage
390 #18414: Tests for "find -readable" are skipped for the superuser, as
391  on some systems (e.g. Cygwin with an Administrative user) users can
392  read mode-000 files.
394 ** Translations
396 Findutils 4.3.4 includes a translation for the Ukranian language.
399 * Major changes in release 4.3.3, 2007-04-15
401 Fiundutils-4.3.3 was released on 2007-04-15.
403 ** Bug Fixes
405 #19596: Correct the comparison in the find manpage between %b and %s
406 (the divisor is 512 not 1024).
408 #18714: In the POSIX locale, vertical tabs and form feeds are not
409 field separators.
411 #18713: Quoted but empty arguments which occur last on an xargs input
412 line are no longer ignored, but instead produce an empty argument.
414 #18554: Documented the construct  -exec sh -c 'foo "$@" bar' {} +
416 #18466: we now avoid this bug by limiting "-execdir ...+"
417 to just one argument for the time being.  There is a performance
418 penalty for doing this.  We hope to make a better fix in a later
419 release.
421 #18384: excess bracket in xargs --help
423 #18320: Zero bytes in input should give warning
425 #17437: Corrected the handling of X in symbolic permissions (such
426 as-u+w,a+X).  This change actually occurred in findutils-4.3.2, but
427 the NEWS file for that release didn't mention it.
429 #17396: find -mtime -atime -ctime does not support fractional part
430 (see "Functional changes" below)
432 #14748: find -perm /zzz gives wrong result when zzz evaluates to an
433  all-zero mask
435 #14535: correctly support case-folding in locate (that is, "locate
436 -i") for multibyte character environments such as UTF-8.  Previously,
437 if your search string contained a character which was outside the
438 single-byte-encoding range for UTF-8 for example, then the
439 case-folding behaviour failed to work and only exact matches would be
440 returned.
444 ** Functional changes
446 The -printf action (and similar related actions) now support %S,
447 which is a measurement of the sparseness of a file.
449 The test "-perm /000" now matches all files instead of no files.  For
450 over a year find has been issuing warning messages indicating that
451 this change will happen.  We now issue a warning indicating that the
452 change has already happened (in 4.3.x only, there is no plan to make
453 this change in the 4.2.x series).
455 The tests -newer, -anewer, -cnewer, -mtime, -atime, -ctime, -amin,
456 -cmin, -mmin and -used now support sub-second timestamps, including
457 the ability to specify times with non-integer arguments.
459 The -printf format specifiers also support sub-second timestamps:
460   atime   ctime  mtime
461   %a      %c     %t
462   %AS     %CS    %TS 
463   %AT     %CT    %TT 
464   %A+     %C+    %T+ 
465   %AX     %CX    %TX 
468 The new test -newerXY supports comparison between status times for
469 files.  One of the status times for a file being considered (denoted
470 X) is checked against a reference time (denoted Y) for the file whose
471 name id the argument.  X and Y can be:
473    a    Access time
474    B    Birth time (st_birthtime, currently unsupported)
475    c    Change time
476    m    Modification time
477    t    Valid only for the reference time; instead of comparison
478         against a file status time, the argument is a time string.
479         Not yet supported.
481 For example, -newermm is equivalent to -newer, and -neweram is true if
482 the file being considered was accessed more recently than the
483 reference file was modified.  The -newerXY test supports subsecond
484 timestamps where these are available.  The X=B variant is not yet
485 implemented.
487 If you configure the source code and then run the tests with "make
488 check", the test suite fails rather than defaulting to testing the
489 system binaries.
491 A new option, --max-database-age, has been added to locate.   
494 * Major changes in release 4.3.2, 2006-11-25
496 ** Bug Fixes
498 #18222: find -printf '%H %P' once again prints the right result if
499 more than one start point was given on the command line.
501 #17782: find -execdir now correctly puts the prefix "./" before the
502 expansion of "{}" rather than at the start of the argument it appears
503 in.  Please note that if you use the -exec or -execdir actions with a
504 shell, then you may be vulnerable to shell code injection attacks, so
505 don't do that.  It's not a security defect in find - you should not be
506 passing untrusted data (such as file names chosen by other people) to
507 the shell.
509 #17490: find  -regex generated a segfault in findutils-4.3.1, but this
510  is fixed in findutils-4.3.2.
512 #17477: find -printf '%' (that is, where the format has a trailing %)
513 now generates an error message.
515 #17372: The fts-based find executable (the default configuration uses
516 fts) is now much faster when -maxdepth is used on filesystems with
517 high fanouts.
519 #15531: The -prune action now behaves correctly when applied to a file.
521 ** Functional changes
523 The slocate database format is now supported.  Preliminary changes
524 intended to eventually allow setuid operation of locate have also been
525 made.  For the moment, please don't install GNU locate as a
526 set-user-ID program (except for testing purposes; if you do so, please
527 make sure that untrusted users cannot execute the set-user-ID locate
528 program).
530 Use of an slocate database which was built with a nonzero security
531 mode (at the moment, GNU updatedb will not do this) forces locate's
532 "-e" option to be turned on, which has an effect on the "-S" option
533 which is probably surprising for most users.
536 ** Documentation Fixes
538 The global effect of options (other than -daystart and -follow) is now
539 explained more clearly in the manual page.   Savannah bug #15360.
542 * Major changes in release 4.3.1, 2006-08-06
544 ** Bug Fixes
546 Find now follows POSIX rules for determining where directories end and
547 expressions start.  This means that "find \(1 \!2 \, \)" now searches
548 in the four named directories, rather than trying to parse an
549 expression. (Savannah bug #15235).
551 You now get a more helpful error message when you use command lines
552 which have missing expressions, such as 
553       find . ( )
554       find . !
555       find . -a
556       find . \( -not \)
557       find . \( -true -a
559 Savannah bug #15800: If find finds more subdirectories within a parent
560 directory than it previously expected to based on the link count of
561 the parent, the resulting error message now gives the correct
562 directory name (previously an error message was issued but it
563 specified the wrong directory).
565 Savannah bug #16738: "find .... -exec ... {} +" now works if you have
566 a large environment and many files must be passed to the -exec
567 action.  The same problem affected the -execdir action, though since
568 the number of files in a given directory will normally be smaller, the
569 problem was worse for -exec.
571 Savannah bug #16579: Updatedb now works if it is running as a user
572 whose login shell is not actually a shell.
574 There have also been a number of documentation improvements (includng
575 Savannah bug #16269).
577 ** Functional changes
579 For find, debug output can now be enabled at runtime with the -D
580 option.  This causes the printing of various sorts of information
581 about find's internal state and progress.
583 The find option -nowarn cannot itself produce a warning (this used to
584 happen with commands like "find . -name quux -nowarn -print").
586 ** Performance Enhancements
588 Find now has a rudimentary cost-based optimiser.  It has an idea of
589 the basic cost of each test (i.e. that -name is very cheap while -size
590 is more expensive).  It re-orders tests bearing in mind the cost of
591 each test and its likely success.  Predicates with side effects (for
592 example -delete or -exec) are not reordered.  The optimiser is not
593 yet enabled by default, but the new option -O controls the query 
594 optimisation level.  To see this in action, try
595   find -D opt -O3 . -type f -o -type c -o -size 555 -name Z
596 and compare the optimised query with:
597   find -D opt -O3 . -size 555 -o -type c -o -type f -name Z
599   find -D opt     . -size 555 -o -type c -o -type f -name Z
601 Over time, as optimisations are proven to be robust and correct, they
602 will be moved to lower optimisation levels.  Some optimisations have
603 always been performed by find (for example -name is always done early
604 if possible).
606 ** Translations
608 Findutils 4.3.1 includes updated translations for the following
609 languages:
610  Vietnamese, Belarusian, Catalan, Danish, German, Greek, Esperanto,
611  Spanish, Estonian, Finnish, French, Irish, Galician, Croatian, Hungarian,
612  Indonesian, Italian, Japanese, Korean, Luganda, Malay, Dutch, Polish,
613  Portuguese, Brazilian Portuguese, Romanian, Russian, Kinyarwanda,
614  Slovak, Slovenian, Serbian, Swedish, Turkish, Chinese (simplified),
615  Chinese (traditional), Bulgarian
617 * Major changes in release 4.3.0, 2005-12-12
619 The 4.3.x release series are currently 'development' releases.  Please
620 test it, but think carefully before installing it in a production
621 system.  New features in findutils-4.3.x are under development; they
622 may change or go away. 
624 All changes up to and including findutils-4.2.27 are included in this
625 release.  In addition the following changes are new in this release:
627 ** Functional Changes
629 By default, find now uses the fts() function to search the file
630 system.  The use of fts greatly increases find's ability to search
631 extremely deep directory hierarchites.
633 You can tell that the version of find you are using uses FTS, because
634 the output of "find --version" will include the word "FTS".
636 Currently two binaries for 'find' are built.  The configure option
637 --without-fts can be used to select whether 'find' uses fts:
639                                   With fts      Without fts
640 default configuration             find          oldfind
641 configure --with-fts              find          oldfind
642 configure --without-fts           ftsfind       find
644 New tests, -readable, -writable, -executable.  These check that a file
645 can be read, written or executed respectively.
647 * Major changes in release 4.2.27, 2005-12-06
649 ** Warnings of Future Changes
651 The test -perm /000 currently matches no files, but for greater
652 consistency with -perm -000, this will be changed to match all files;
653 this change will probably be made in early 2006.  Meanwhile, a warning
654 message is given if you do this.
656 ** Bug Fixes
658 If xargs is invoked with many short arguments on PPC systems running
659 the Linux kernel, we no longer get an "argument list too long" error
660 from the operating system.
662 Fixed a bug in the test suite which caused it to spuriously fail on
663 systems where ARG_MAX is different to the value used by the Linux
664 kernel on 32-bit x86-architecture systems.
666 On systems running the Linux kernel, "find -printf %F" no longer
667 produces the wrong answer for files on filesystems that have been
668 remounted elsewhere using "mount --bind". (Savannah bug #14921).
670 ** Documentation Changes
672 Following some extensive and detailed review comments from Aaron
673 Hawley, the material in the manual pages and the Texinfo manual are
674 now synchronised.
676 The %M format specifier of "find -printf" is now documented, although
677 it has existed since release 4.2.5.
679 The 'find' manual page now correctly documents the fact that -regex
680 defaults to using Emacs-style regular expressions (though this can be
681 changed).
683 * Major changes in release 4.2.26, 2005-11-19
685 ** Public Service Announcements
687 I'd like to point out a second time that the interpretation of '-perm
688 +mode' has changed to be more POSIX-compliant.  If you want the old
689 behaviour of the GNU extension you should use '-perm /mode'.  See the
690 NEWS entry for findutils version 4.2.21 for details.
692 ** Functional Changes
694 The xargs command now supports a new option (--delimiter) which allows
695 input items to be separated by characters other than null and
696 whitespace.  This resolves Savannah support request sr #102914.
698 Sometimes find needs to read the /etc/mtab file (or perform the
699 equivalent operation on systems not using /etc/mtab).  If this
700 information is needed but not available, find now exits with an error
701 message non-zero status.  If the information is not needed, find will
702 not spuriously fail.
704 A new xargs option --delimiter allows the input delimiter to be
705 changed (previously \0 was the only choice unless you use the -L
706 option, which changes other semantics too).
708 ** Bug Fixes
710 If the environment size is too large to allow xargs to operate
711 normally, 'xargs --help' still works (now).
713 If the input to xargs is a large number of very short options (for
714 example, one character each), earlier versions of xargs would fail
715 with 'Argument list too long'.  However, since this is precisely the
716 problem that xargs was invented to solve, this is a bug.  Hence on
717 those systems we now correctly use a shorter command line.  This
718 problem particularly affected 64-bit Linux systems because of the
719 larger size of pointers, although 32-bit Linux systems were also
720 affected (albeit for longer command lines).  In theory the same
721 problem could affect 'find -exec {} +', but that's much less likely
722 (even so, the bug is fixed there too).
724 Bugfix for an unusual failure mode (Savannah bug #14842) where an
725 attempt to allocate more space for directory contents succeeds but is
726 incorrectly diagnosed as a failure.  The likelihood of you
727 experiencing this depends on your architecture, operating system and
728 resource limits.  This failure has been observed in a directory
729 containing 35396 entries.
731 ** Documentation Changes
733 The EXAMPLES section of the find manual page now correctly describes
734 the symbolic and octal modes for the -perm test.
736 The documentation and "--help" usage information for the -L, -l, -I
737 and -i options have been clarified (but the behaviour has not changed).
739 The documentation now explains more clearly what happens when you use
740 "-L -type l".
742 * Major changes in release 4.2.25, 2005-09-03
744 ** Bug Fixes
746 find -perm /440 (which should succeed if a file is readable by its
747 owner or group) now works.  Previously there was a bug which caused
748 this to be treated as "find -perm 440".
750 Some files in the xargs test suite have been renamed to avoid problems
751 on operating systems whoch cannot distinguish filenames on the basis
752 of upper/lower case distinctions.
754 The software now builds on Cygwin, including the generated file
755 regexprops.texi.
757 Findutils should now build once again on systems supporting AFS, but
758 this support has not recently been fully tested.  Findutils should
759 also (once again) build on Cygwin.
761 ** Other Changes
763 The test suite for find is now much more extensive.
765 * Major changes in release 4.2.24, 2005-07-29
767 ** Documentation Changes
769 The manual now includes a "Worked Examples" section which talks about
770 the various ways in which findutils can be used to perform common
771 tasks, and why some of these alternatives are better than others.
773 The -I option of xargs (which is required by the POSIX standard) is
774 now documented.
776 We now document the fact that find ensures that commands run by -ok
777 and -okdir don't steal find's input.  Find does this by redirecting
778 the command's standard input from stdin.
780 Many documentation readability enhancements and proofreading fixes
781 were contributed by Aaron Hawley.
783 ** Functional Changes
785 *** Functional changes in locate
787 The "--regex" option of locate now assumes the regular expression to
788 be in the same syntax as is used in GNU Emacs, though this can be
789 changed with the new option --regextype.  This is a change from the
790 existing behaviour (which was to use POSIX Basic Regular Expressions).
791 Since this feature is releatively new anyway, I though it was more
792 useful to have compatibility between regular expression handling in
793 find and locate than to maintain the short-lived previous behaviour of
794 locate.
796 The locate program now also supports a "--regextype" long option which
797 controls which regular expression syntax is understood by locate.
798 This is a long option and has no single-letter 'short option'
799 equivalent.
801 *** Functional changes in find
803 The regular expression syntax understood by "find" can be changed with
804 the -regextype option; this option is positional, meaning that you can
805 have several tests, each using a distinct syntax (this is not
806 recommended practice however).
808 The default regular expression syntax is substantially the same as
809 that recognised by GNU Emacs, except for the fact that "." will match
810 a newline.
812 The leaf optimisation can be disabled with the configure option
813 "--disable-leaf-optimisation", which is equivalent to specifying
814 "-noleaf" on all find command lines.  This is useful for systems
815 having filesystems which do not provide traditional Unix behaviour for
816 the link count on directories (for example Cygwin and the Solaris 9
817 HSFS implementation).
819 ** Bug Fixes
821 *** Bug Fixes for find
823 The -iregex test now works once again on systems that lack
824 re_search() (that is, systems on which findutils needs to use the
825 gnulib version of this function).
827 find -regex now once again uses GNU Emacs-compatible regular
828 expressions.
830 If invoked with stderr closed, the -fprint and -fprintf actions now no
831 longer cause error messages to be sent into the output file.
833 If the link count of a directory is less that two, the leaf
834 optimisation is now disabled for that directory.  This should allow
835 searching of non-Unix filesystems to be more reliable on systems that
836 don't take the trouble to make their filesystems look like traditional
837 Unix filesystems.   Some filesystems don't even take the trouble to
838 have a link count of less than two and for these, -noleaf is still
839 required unless --disable-leaf-optimisation was used at configure time.
841 The "%Y" directive for the -printf action now no longer changes find's
842 idea of the mode of the file, so this means among other things that
843 "-printf %Y %y" now works properly.  This is Savannah bug #13973.
845 * Major changes in release 4.2.23, 2005-06-19
847 ** Documentation Changes
849 The -L and -I options of xargs are currently incompatible (but should
850 not be).
852 Improved the documentation for -execdir and -okdir.
854 ** Functional Changes to updatedb
856 File names ending in "/" which are specified as an argument to
857 --prunepaths (or in $PRUNEPATHS) don't work, so we now issue an error
858 message if the user tries to do that.  The obvious exception of course
859 is "/" which does work and is not rejected.
862 * Major changes in release 4.2.22, 2005-06-12
864 ** Security Fixes
866 If a directory entry searched with "find -L" is a symbolic link to
867 ".", we no longer loop indefinitely.  This problem affected find
868 versions 4.2.19, 4.2.20 and 4.2.21.  This problem allows users to make
869 "find" loop indefinitely.  This is in effect a denial of service and
870 could be used to prevent updates to the locate database or to defeat
871 file security checks based on find.   However, it should be noted that
872 you should not use "find -L" in security-sensitive scenarios.
874 ** Other Bug Fixes
876 None in this release.
878 ** Functional Changes to locate
880 A locate database can now be supplied on stdin, using '-' as a element
881 of the database-path. If more than one database-path element is '-',
882 later instances are ignored.
884 A new option to locate, '--all' ('-A') causes matches to be limited to
885 entries which match all given patterns, not entries which match
886 one or more patterns.
888 ** Documentation Changes
890 Some typos in the manual pages have been fixed.  Various parts of the
891 manual now point out that it is good practice to quote the argument of
892 "-name".  The manpage now has a "NON-BUGS" section which explains some
893 symptoms that look like bugs but aren't.  The explanations of the "%k"
894 and "%b" directives to "find -printf" have been imrpoved.
897 * Major changes in release 4.2.21, 2005-06-07
898 ** Functional Changes to find
900 The GNU extension "find ... -perm +MODE" has been withdrawn because it
901 is incompatible with POSIX in obscure cases like "find ... -perm ++r".
902 Use the new syntax "find ... -perm /MODE" instead.  Old usages will
903 still continue to work, so long as they don't conflict with POSIX.
905 If the output is going to a terminal, the -print, -fprint, -printf and
906 -fprintf actions now quote "unusual" characters to prevent unwanted
907 effects on the terminal.  See "Unusual Characters in File Names" for
908 further details.  There is no change to the behaviour when the output
909 is not going to a terminal.   The locate program does the same thing,
910 unless the -0 option is in effect (in which case the filenames are 
911 printed as-is).
913 ** Functional Changes to locate
915 The locate command will now read each locate database at most once.
916 This means that if you are using multiple databases and are searching
917 for more than one name, the results will now be printed in a different
918 order (and if you specified a small limit with --limit, you may get a
919 different set of results).
921 A new option '--print' for locate causes it to print the matching
922 results even if the '--count' or '--statistics' option is in effect.
924 ** Bug Fixes
925 find /blah/blah/blah -depth -empty now works once again.
927 The -regex and -iregex tests of find now correctly accept POSIX Basic
928 Regular Expressions.  (Savannah bug #12999)
930 The updatedb program now works on systems where "su" does not support
931 the "-s" option, for example Solaris.
933 * Major changes in release 4.2.20, 2005-03-17
934 ** Internationalization and Localization
935 Updated Vietnamese and Dutch translations.   
937 ** Bug Fixes
938 Minor bugfix affecting only those who compile from the CVS repository, 
939 as opposed to those who compile from the source releases.
941 * Major changes in release 4.2.19, 2005-03-07
942 ** Bug Fixes
944 find should now no longer hang on systems which lack the O_NOFOLLOW
945 flag to open(2) and which are clients of an unresponsive NFS server
946 (Savannah bug #12044).
948 We now avoid inappropriately failing for "find -L foo" or "find -H
949 foo" if foo is a symbolic link (Savannah bug #12181).  Previously we
950 used to fail with the error message "Too many levels of symbolic
951 links".
953 "find . -false -exec foo {} +" no longer runs an extra instance of foo
954 when find exits (Savannah bug #12230).
956 If the chdir() safety check fails but we can no longer get back to 
957 where we started, exit with an explanatory (fatal) error message.
958 This does not happen on GNU/Linux and FreeBSD because the safety check
959 is not needed (the security problem the safety check protects against
960 is prevented in a cleaner way on those systems).
962 "make distclean" no longer deletes regex.c (which "make all" needs).
964 **  Functionality Changes
965 "find -printf "%h\n" will now print "." for files in the current directory.
966 Previously it printed nothing (but there was a bug in the %h
967 implementation anyway).  This fixes Savannah bug #12085.
969 Should now build (again) on non-C99-compliant systems.
971 ** Documentation enhancements
972 Fixed some typos and clarified wording in "Working with automounters".
974 ** Internationalization and Localization
975 New Vietnamese message translation.
977 * Major changes in release 4.2.18, 2005-02-16
978 ** Bug Fixes
979 *** "find -depth" was missing out non-leaf directories when they contain 
980     non-directories.  This affected findutils releases 4.2.15,
981     4.2.16 and 4.2.17, but the bug is now fixed.
982 *** Find no longer hangs on systems which are clients of unresponsive 
983     NFS servers.
984 **  Documentation improvements
985 *** Improvements and corrections to the find.1 manpage, including corrections to the descriptions of -H and -L.
987 * Major changes in release 4.2.17, 2005-02-08
988 ** Bug Fixes
989 *** bug #11861  undefined symbol "basename" on IRIX 5.3 
990 *** bug #11865  xargs -i regression  (as compared to findutils-4.2.12)
991 *** bug #11866  Typo in pred_okdir renders it useless (affecting 4.2.16 only)
992 *** patch #3723 fix recent process_top_path change (for -execdir on /)
993 *** Fixing bug #11866 and applying patch #3723 made -execdir work much better.
994 *** find bar/baz/ugh now works again if baz is a symbolic link (broken 
995     in 4.2.15).
997 * Major changes in release 4.2.16, 2005-02-05
998 **  Functionality Changes
999 *** Updated the message catalogues for the translated messages.
1000 *** The subfs filesystem is now treated the same as the autofs
1001     filesystem is.
1002 *** New translations:  Belarusian, Catalan, Greek, Esperanto,
1003     Finnish, Irish, Croatian, Hungarian, Japanese, Luganda,
1004     Malay, Romanian, Slovenian, Serbian, Chinese (simplified).
1006 **  Bug Fixes
1007 *** The -execdir action now works correctly for files named on the 
1008     command line.
1010 * Major changes in release 4.2.15, 2005-01-29
1011 **  Functionality Changes
1012 *** locate now supports matching regular expression (--regex).
1013 *** --enable-d_type-optimization (introduced in findutils 4.2.13) is now turned on by default.
1015 * Major changes in release 4.2.14, 2005-01-25
1016 **  Functionality Changes
1017 *** New options -L, -P, -H for locate.  The work in the same was as the same options for find.
1018 **  Bug Fixes
1019 *** Don't include the "findutils/find/testsuite/find.gnu" subdirectory in the 
1020     distributed tar file more than once.
1021 *** Should now build on Solaris once again.
1022 *** -xtype and -printf %Y now work correctly for symbolic links once again
1023 **  Documentation improvements
1024 *** All options for "locate" are now documented
1026 * Major changes in release 4.2.13, 2005-01-23
1027 **  Performance Enhancements
1028 *** On Linux and some other systems, a large performance improvement, 
1029     because we can eliminate many of the calls to lstat() (in extreme
1030     cases, 99% of them).  Limited testing shows a 2x speedup on NFS
1031     filesystems.  Other systems which can make use of this enhancement
1032     include Mac OS X and *BSD.
1034 * Major changes in release 4.2.12, 2005-01-22
1035 **  Functionality Changes
1036 *** find is now POSIX-compliant, as far as I know.
1037 *** -exec ... {} + now works.
1038 *** New actions -execdir and -okdir which are like -exec and -ok but more secure.
1039 *** "locate -w" is now a synonym for "locate --wholepath".
1040 *** An empty path entry in the locate database path (for example "::" in 
1041     $LOCATE_PATH or in the argument to "locate -d") is taken to mean
1042     the default database, whose name is hard-coded in locate.
1043 **  Bug Fixes
1044 *** If find or xargs cannot write to stdout, for example because 
1045     output is redirected to a file and the disk is full, the 
1046     relevant program will return a non-zero exit status.
1048 * Major changes in release 4.2.11, 2004-12-12
1049 **  Bug Fixes
1050 *** Compilation fix for systems without EOVERFLOW.
1051 *** More helpful error message if you make a mistake with (, ), -o or -a.
1052 **  Functionality Changes
1053 *** If you have unclosed parentheses on the find command line, 
1054     or any of a number of similar problems, find will now produce 
1055     a more helpful error message.
1056 *** locate -b is now a synonym for locate --basename
1057 *** locate now supports a --statistics (or -S) option, which prints some
1058     statistics about the locate databases.
1059 *** Implemented the -samefile option.
1060 **  Documentation improvements
1061 *** New chapter in the manual, "Security Considerations". 
1062 *** Better documentation for -prune (Mainly thanks to   Stepan Kasal)
1063 **  Bug Fixes
1064 *** locate's options -i and -w now work with the -e option (previously a bug 
1065     prevented this).
1067 * Major changes in release 4.2.10, 2004-12-06
1068 **  Bug Fixes
1069 *** Portability fix for fstype.c: should now compile on UNICOS, and possibly 
1070     also produce useful results on BeOS and Dolphin, perhaps other
1071     systems too.   
1073 * Major changes in release 4.2.9, 2004-12-05
1074 **  Functionality Changes
1075 *** xargs no longer treats a line containing only an underscore as a logical end-of-file.   To obtain the behaviour that was previously the default, use "-E_". 
1076 *** xargs now supports the POSIX options -E, -I and -L.   These are synonyms 
1077     for the existing options -e, -i and -l, but the latter three are
1078     now deprecated.
1079 **  Bug Fixes
1080 *** xargs -n NUM now invokes a command as soon as it has NUM arguments.  
1081     Previously, it waited until NUM+1 items had been read, and then
1082     invoked the command with NUM arguments, saving the remaining one
1083     for next time. 
1084 *** If "find -L" discovers a symbolic link loop, an error message is issued.
1085 *** If you specify a directory on the find command line, but -prune 
1086     is applied to it, find will no longer chdir() into it anyway.
1087 **  Documentation improvements
1088 *** The precise interpretation of the arguments to the -atime, -ctime 
1089     and similar tests in find has been documented more clearly.
1091 * Major changes in release 4.2.8, 2004-11-24
1092 *** Bugfix to the findutils 4.2.7 automount handling on Solaris.  This 
1093     worked to some extent in findutils-4.2.7, but is much improved in
1094     findutils-4.2.8.
1096 * Major changes in release 4.2.7, 2004-11-21
1097 **  Functionality Changes
1098 *** xargs can now read a list of arguments from a named file, allowing 
1099     the invoked program to use the same stdin as xargs started with
1100     (for example ``xargs --arg-file=todo emacs'').
1101 **  Documentation improvements
1102 *** The Texinfo manual now has an extra chapter, "Error Messages".  Most 
1103     error messages are self-explanatory, but some of the ones which
1104     are not are explained in this chapter.
1105 **  Bug Fixes
1106 *** Avoid trying to link against -lsun on UNICOS, which doesn't need it or 
1107     have it.
1108 *** Bugfix to the findutils 4.2.6 automount handling (which hadn't been enabled
1109     on Solaris).
1110 *** Reenabled internationalisation support (which had been accidentally 
1111     disabled in findutils-4.2.5).
1113 * Major changes in release 4.2.6, 2004-11-21
1114 **  Bug Fixes
1115 *** find now copes rather better when a directory appears to change just as
1116     it is about to start examining it, which happens with automount.
1117     This is because automount mounts filesystems as you change
1118     directory into them.  This should resolve Savannah bugs #3998,
1119     #9043.
1121 * Major changes in release 4.2.5, 2004-11-11
1122 **  Functionality Changes
1123 *** The POSIX options -H and -L are supported.  These control whether or not
1124     find will follow symbolic links.
1125 *** The BSD option -P is also now supported (though in any case 
1126     it is the default).
1127 **  Documentation improvements
1128 ***  Better documentation for "xargs -i".
1129 **  Bug Fixes
1130 *** "make install" now respects DESTDIR when generating localstatedir.
1131     (this is only relevant if you are installing to some location
1132     other than the one that you indictaed when you ran "configure").
1133 *** Compatible with automake versions 1.8 and 1.9.
1134 *** Build problems on UNICOS now fixed, though the linker will still generate 
1135     warnings because we try to link with the nonexistent library
1136     "-lsun".  Edit $(LIBS) to work around this problem.
1138 * Major changes in release 4.2.4, 2004-11-08
1139 **  Functionality Changes
1140 *** If your system sort command has a working "-z" option, updatedb will
1141     now correctly handle newline characters in filenames (as will
1142     locate).
1143 *** xargs now uses 128Kb of command line by default (less if the system 
1144     doesn't support that much).
1145 *** If you specify a 'find' option after non-option, a warning message 
1146     is now issued.  Options should be specified immediately after the 
1147     list of paths to search.  These warnings are enabled if you
1148     specify the -warn option, or if stdin is a tty.  They are diabled
1149     by the use of the -nowarn option.  
1150 *** Like find, the locate program now supports an option --null (short form -0)
1151     which changes the result separator from newline to NULL.
1152 *** Locate supports the option -c (long form --count) which suppresses normal
1153     output but prints on stdout the number of results produced (like
1154     grep -c).
1155 *** Locate supports the option -l (long form --limit) which limits the 
1156     number of results.  This is useful if you only want to find out if
1157     there are copies of a certain file on the system, but don't want
1158     to wait for the entire locate database to be searched.
1159 *** Locate now has an option --basename which forces the specified pattern to 
1160     be matched against the basename of the entries in the locate
1161     database, rather than the whole name.  The default behaviour
1162     (matching against the whole name of the file including all the
1163     parent directory names) corresponds to the option --wholename.
1164 *** updatedb has a new option, --findoptions, that can be used to 
1165     pass extra options through to the find command that it uses.
1166 **  Bug Fixes
1167 *** "find -printf '%H\n'" now works (rather than segfaulting) on
1168     systems that have non-writable string constants.
1169 *** Better POSIX compliance for the -s option to xargs (out of range 
1170     values should just result in bounding to the correct range, not an
1171     error, so now we just print a warning message and adjust the
1172     value).
1173 *** Corrected section numbers of manual page cross-references
1175 * Major changes in release 4.2.3, 2004-10-30
1176 **  Functionality Changes
1177 *** Added new action -delete which deletes things that find matches.
1178 *** Added new action -quit which causes find to exit immediately.
1179 *** A new format directive '%D' for "find -printf" prints the device number.
1180 *** The -ls predicate no longer truncates user or group names.
1181 *** Added new option "-d" which is a synonym for "-depth" for compatibility
1182     with Mac OS, OpenBSD and FreeBSD.  This option is already
1183     deprecated since the POSIX standard specifies "-depth".   
1184 *** Added two new format specifiers to the -printf action; these are 
1185     %y and %Y.  They indicate the type of the file as a single letter;
1186     these are the same latters as are used by the "-type" test.
1187 *** If a parent directory changes during the execution of find, 
1188     the error message we issue identifies the nature of the change
1189     (for example the previous and current inode numbers of the 
1190     directory we've just returned out of).
1191 ** Other Changes
1192 *** Non-functional code changes to silence compiler warnings.
1194 * Major changes in release 4.2.2, 2004-10-24
1195 **  Documentation improvements
1196 *** "find ... -exec {}+" is not yet supported.
1197 ** Bug Fixes
1198 *** Fixed compilation problems on Solaris, RedHat EL AS 2.1, Irix, AIX
1199 *** Work around possible compiler bug on HP-UX 11.23 for ia64
1200 *** The built-in internationalisation support now works again.
1201 ** Other Changes
1202 *** We now import the gnulib source in the way it is intended to be used,
1203     which means among other things that we only have one config.h file
1204     now.
1205 *** Functions which findutils requires but which are not present in 
1206     gnulib are now defined in "libfind.a".  This is in the lib
1207     directory, while gnulib is in the gnulib subdirectory.
1208 *** Fixed a typo in the address of the FSF in many of the file headers.
1210 * Major changes in release 4.2.1, 2004-10-17
1211 ** Bug Fixes
1212 *** 'find -name \*bar now matches .foobar, because the POSIX standard 
1213      requires it, as explained at
1214      http://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
1216 * Major changes in release 4.2.1, 2004-10-17
1217 ** Bug Fixes
1218 *** find -iname now works correctly on systems that have an fnmatch() function 
1219     that does not support FNM_CASEFOLD
1220 *** updatedb now uses signal names for "trap" instead of numbers, 
1221     as per bug #9465 (see http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html)
1222 *** Better support for systems lacking intmax_t
1223 ** Other Changes
1224 **** findutils now uses a newer version of gnulib (dated 2004-10-17).
1226 * Major changes in release 4.2.0, 2003-06-14
1227 ** Functionality Changes
1228 *** xargs now works better when the environment variables are very extensive.
1229     The xargs command used to run into difficulties if the environment 
1230     data contained more than 20480 bytes.
1231 *** New options -wholename and -iwholename 
1232     As per the GNU Projecvt coding standard, These are preferred over 
1233     the -path and -ipath options.  Using -ipath now generates a warning,
1234     though -path does not (since HPUX also offers -path).   
1235 *** The environment variable FIND_BLOCK_SIZE is now ignored.
1236 *** New option "-ignore_readdir_race"
1237     silences an error messages which would otherwise occur if a file is removed
1238     after find has read it from the directory using readdir(), but before 
1239     find stats the file.  There is also an option
1240     -noignore_readdir_race which has the opposite effect.   
1241 **  Documentation improvements
1242 *** The -size option of find is now documented in more detail
1243 *** POSIX compliance and GNU extensions
1244     The find manual page also now includes a section 
1245     which describes the relationship between the features of GNU 
1246     find and the POSIX standard.  Some other small improvements 
1247     to the find and xargs manual pages have been made.
1248 *** The argument to the -fprintf directive is now better documented.
1249     The escape code '\0' for the `-printf' predicate of find is now
1250     documented, and the documentation for the %k and %b specifiers
1251     has been improved.  
1252 *** xargs -i is now more clearly documented.
1253 ** Bug Fixes
1254 *** locate 'pa*d' will now find /etc/passwd (if it exists, of course)
1255 *** xargs standard input is not inherited by child processes
1256     If the command invoked by xargs reads from its standard input, 
1257     it now gets nothing, as opposed to stealing data from the 
1258     list of files that xargs is trying to read.
1259 *** Better support for 64-bit systems.
1260 *** The command "xargs -i -n1" now works as one might expect, 
1261     I think this is a strange thing to want to do.  
1262 *** Arguments to find -mtime that are too large are now diagnosed 
1263     Previously, this just used to cause find just to do the wrong thing.
1264 *** updatedb is now somewhat more robust
1265     The updatedb shell script now does not generate an empty 
1266     database if it fails.  
1267 *** Sanity-check on some data read from locatedb
1268     Locate now detects some types of file corruption in the 
1269     locate database.
1270 *** The %k format specifier for -fprintf now works
1271     This was broken in 4.1.20.
1273 * Major changes in release 4.1.20, 2003-06-14:
1274 ** New maintainer, James Youngman <jay@gnu.org>
1275 ** As far as I know, this is the first release after 4.1.7, but I've left 
1276    a gap just in case. 
1277 ** We now use an "imported" version of gnulib, rather than including 
1278    a copy of the gnulib code in our CVS repository.   There are no
1279    differences in the build instructions, though (unless you are 
1280    building directly from CVS, in which case please read the file
1281    README-CVS).
1282 ** There are no (deliberate) functional changes in version 4.1.20.
1284 * Major changes in release 4.1.7, 2001-05-20:
1285 fix problem so that default "-print" is added when "-prune" is used.
1286 security fixes related to directories changing while find is executing.
1288 * Major changes in release 4.1.6, 2000-10-10:
1289 correct bug in prune.
1290 added --ignore-case option for locate
1292 * Major changes in release 4.1.5, 2000-04-12:
1293 Add support for large files
1295 * Major changes in release 4.1.4, 2000-02-26:
1296 bug fixes, more up-to-date languages.
1298 * Major changes in release 4.1.3, 2000-01-27:
1299 added internationalization and localization.
1301 * Major changes in release 4.1.2, 2000-01-18:
1302 None.
1304 * Major changes in release 4.1.1, 1999-08-8:
1305 attempt at successful compilation on many platforms after years of neglect
1306  "--existing" option added to locate "--prunefs" option added to updatedb
1308 * Major changes in release 4.1, 1994-11-3:
1310 ** Distribution renamed to findutils.
1311 ** updatedb is now a user command, installed in $exec_prefix/bin
1312   instead of $exec_prefix/libexec.
1313 ** A few problems in Makefiles and testsuite corrected.
1315 * Major changes in release 4.0, 1994-11-2:
1317 ** Documentation:
1318 *** Texinfo manual.
1319 *** Man page for updatedb.
1320 *** Man page for the locate database formats.
1322 ** find:
1323 *** Takes less CPU time on long paths, because it uses chdir to descend
1324    trees, so it does fewer inode lookups.
1325 *** Does not get trapped in symbolic link loops when -follow is given.
1326 *** Supports "-fstype afs" if you have /afs and /usr/afsws/include
1327    and you configure using the --with-afs option.
1328 *** New action -fls FILE; like -ls but writes to FILE.
1330 ** locate:
1331 *** Supports a new database format, which is 8-bit clean and
1332    allows machines with different byte orderings and integer sizes to
1333    share the databases.  The new locate can also detect and read the
1334    old database format automatically.  The new databases are typically
1335    30% or more larger than the old ones (due to allowing all 8 bits in
1336    file names).  Search times are approximately the same, or faster on
1337    some systems.
1338 *** Warns if a file name database is more than 8 days old.
1340 ** updatedb:
1341 *** Takes command-line options.
1343 ** xargs:
1344 *** Performance improved 10-20%.
1345 *** The EOF string is not used when -0 is given.
1346 *** Now has a test suite.  Some minor bugs fixed as a result.
1348 * Major changes in release 3.8, 1993-03-29:
1350 ** case insensitive versions of -lname, -name, -path, -regex:
1351   -ilname, -iname, -ipath, -iregex
1352 ** %F directive for -printf, -fprintf to print file system type
1354 * Major changes in release 3.7:
1356 ** locate can search multiple databases
1357 ** locate has an option to specify the database path
1358 ** updatedb no longer goes into an infinite loop with some versions of tail
1360 * No NEWS was kept for earlier releases.  Known release dates include:
1361 ** release 3.2, 1991-08-28
1362 ** release 3.1, 1991-08-21
1363 ** release 3.0, 1991-08-21
1364 ** release 2.2, 1991-04-05
1365 ** release 2.1, 1991-01-01
1366 ** release 2.0, 1990-11-20
1367 ** release 1.2, 1990-07-03
1368 ** release 1.1, 1990-06-24
1369 ** release 1.0, 1990-06-22
1370 ** beginning of findutils history, 1987-02-21
1372                         --//--
1373 This is used by Emacs' spell checker ispell.el:
1375 LocalWords: ansi knr strftime xargs updatedb sh fnmatch hin strcpy
1376 LocalWords: lib getstr getline frcode bigram texi depcomp automake
1377 LocalWords: strncasecmp strcasecmp LIBOBJS FUNC prunefs allout libexec
1378 LocalWords: testsuite Texinfo chdir inode fstype afs fls ls EOF lname
1379 LocalWords: regex ilname iname ipath iregex printf fprintf