Revision history for Log-Fine

0.10    2008-05-25
  	* First version, released on an unsuspecting world.

0.13    2008-05-27
	* Require version 0.13 of Sys::Syslog

0.14	2008-06-07
	* Correct spelling of last name of acknowledgements.  Sorry
	  Chris!

0.15    2008-07-02
	* Fix very embarrasing bitmask error
	* some minor optimizations
	* add TODO

0.20	2008-07-05
	* Properly check bitmask combinations during testing

0.21	2008-12-12
	* Add functional wrapper via Utils

0.30    2010-01-03
        * Log levels can now be defined via Log::Fine::Levels
        * Remove clone()
        * Add new method, _fatal(), for handling internal fatal
          conditions
        * Major cleanup of documentation
        * OpenLog() now takes a hash argument (see Log::Fine::Utils)
        * Various API changes

0.31   2010-03-06
        * Add new formatter, Log::Fine::Formatter::Syslog