
1.0 First release.

1.1 - With suggestions from Marc Schaefer <schaefer@alphanet.ch>, some
      optimization was done. Instead of storeing all the file permissions
      in the db file, just do a lstat() on any files that match the
      search string.  This makes it a bit quicker, and the db file is
      also smaller.
      
    - Cleaned up the getopts area. Doesn't core anymore when bogus options
      are given. (*blush* :)
      
    - Checks UID when creating DB. Must be root, (or if you modify main.c
      you can change it to something else.) at the moment. This may change
      when there become a conf file in the future.

1.2 - Changed the decode code to make slocate up to 4 times faster.
    - Optimized other code to make more efficient.
