    0.9.2 - Changed entire way parsing of config file was done
          - Added capability to check dirs recursively
          - Added different LogLevels 1=basic 2=extensive
          - Fixed a bug in Cleaup() which was leaving
            ViperDB.tmp files everywhere.
    0.9.1 - Fixed some nasty race conditions
          - changed almost all system() calls to perl equivolents
          - cleaned up -checkstrict code to handle changing perms.
            owner,group back to original.. now use UID/GID instead
            of the name of the uid/gid
          - Simplfied reporting (lumped all perms together and
            uid/gid together)
          - cleaned up a bug with chattr and -init runtype
          - added ctime & mtime checking
      0.9 - Added ignore file functionality which allows user to
            specify files to ignore
          - Updated code to work better on solaris, ie updated ls
            options to -lAcr for solaris instead of standard -laAs
      0.8 - Added Email notification option which will send email to
            specified email address
          - Updated to make "database(s)" immutable and undeleteable
            so it is hard for the database(s) to be changed in between
            runs even if someone busts root.
      0.7 - Changed logging mechanism from logging to an
            individual file to logging to the standard
            logging facility (calls on 'logger')
          - Added '-checkstrict' functionality which changes
            permissions back to what they were before the
            change was made to the file.
          - Added exception(s) to '-checkstrict' which removes
            all permissions from the changed file if the file
            originally was SUID/GUID
          - Changed way changes were seen by admin, now a change
            only sends an alert to the logs once instead of repeatedly.
      0.6 - Merged CreateDB.pl & CheckDB.pl into one
          - Cleaned out debugging code and commented more
0.1 - 0.5 - Wrote CreateDB.pl which generates the DBs
          - Wrote CheckDB.pl which used diff to find changes
          - Re-Coded to use a "distributed database" instead of
            one centralized DB.
          - Re-Coded to use a config file (ViperDB.ini)
          - Changed to use Assoc. Arrays to speed up processing
          - Added capability to detect additions & deletions of 
	    files to "watched" directories
