home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnufind.zip / NEWS < prev    next >
Text File  |  1994-11-04  |  2KB  |  52 lines

  1. Major changes in release 4.1:
  2.  
  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.  
  8. Major changes in release 4.0:
  9.  
  10. * Documentation:
  11. ** Texinfo manual.
  12. ** Man page for updatedb.
  13. ** Man page for the locate database formats.
  14.  
  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.
  22.  
  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.
  32.  
  33. * updatedb:
  34. ** Takes command-line options.
  35.  
  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.
  40.  
  41. Major changes in release 3.8:
  42.  
  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
  46.  
  47. Major changes in release 3.7:
  48.  
  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
  52.