CHANGES
#########################

Version: 1.1 - Released: 09/15/05
-----------------------------------
* Sendmail is found in the path instead of being hard coded
* Combined MD5 and SHA-1 checksums to avoid duplicate checksum attacks (Credit
  is due to Jay D. Dyson for this idea - - thanks Jay!)
* Fixed bug that left empty files in /tmp when initializing the DB

Version: 1.03d - Released: 04/15/05
-----------------------------------
* I can't type. Version 1.03c had "$opt{db}" instead of "$opt{d}". Duuuhhh..

Version: 1.03c - Released: 04/15/05
-----------------------------------
* Added a new DB filename type (an auto-appended ".db") to support some older versions of Perl and OpenBSD implementations of Berkeley DB.

Version: 1.03b - Released: 04/03/05
-----------------------------------
* Added a missing close file call to the calc_sha checksum. (Credit: Denis Pugnere - d.pugnere@ipnl.in2p3.fr)

Version: 1.03a - Released: 02/14/05
-----------------------------------
* Deleted a harmless (but annoying) stale sendmail handle.

Version: 1.03 - Released: 02/13/05
-----------------------------------
* Re-worked printing logic to avoid email being sent when the -q option
is invoked and nothing has changed.


Version: 1.02a - Released: 02/12/05
-----------------------------------
* Made the "what" optional with the -w flag

Version: 1.02 - Released: 02/12/05
-----------------------------------
* Added Email support
* Scans now report *what* changed

Version: 1.01 - Released: 12/23/04
-----------------------------------
* Fixed ugly DB bug. (Different DB implementations use different filenames)

Version: 1.0 - Released: 12/20/04
-----------------------------------
* Added security checks for variables set by shell command.
* Enhanced logging options (-Y or "Yack" option)

Version: 0.99a - Released: 12/19/04
-----------------------------------
* Proper logging
* Better verbosity options

Version: 0.99 - Released: 12/16/04
-----------------------------------
* Deep scanning added (detects additions as well as changes)

Version: 0.9 - Released: 12/15/04
-----------------------------------
* Complete re-write of original FSS
* Switch to SHA algorithm (MD5 security has come into question)
* Checksum on DB itself
* Added Berkeley DB support
* Added link scan option

