Wed Sep 24 18:07:13 EDT 2008	Dave Foster <daf@minuslab.net
	* Cleaned up handle_event and fixed several memory leaks.

Sat Aug 16 22:50:45 EDT 2008	Andrew Yates <andrew@andrewyates.net>
	* Added config validation.

Thu Aug 14 15:12:22 EDT 2008	Andrew Yates <andrew@andrewyates.net>
	* Added %f and %d replacement strings as alternatives to %%.

Tue Aug 12 14:25:55 EDT 2008	Andrew Yates <andrew@andrewyates.net>
	* Include version and pid in the log opened message.

Tue Aug 12 13:27:53 EDT 2008	Andrew Yates <andrew@andrewyates.net>
	* Append to log instead of overwriting it.

Sat Aug 2 17:03:28 EDT 2008	Javeed Shaikh <syscrash2k@gmail.com>
	* Fixed regression in config parser that caused fsniper to 
       	  crash on comments.
    
Wed Jul 30 22:08:24 EDT 2008	Dave Foster <daf@minuslab.net>
	* Added ability to watch directories created under directories
	  you are already watching when recurse option is set.  Will
	  notice when they are deleted too.

Mon Jun  2 22:12:10 EDT 2008	Dave Foster <daf@minuslab.net>
	* Fixed bug with --log-to-stdout and handlers that wrote to 
	  stdout.

Tue May 25 23:08:00 EDT 2008   	Andrew Yates <andrew@andrewyates.net>
	* Fixed bug where recurse=true resulted in a segfault.
	
Mon Aug 20 14:48:04 EDT 2007	Dave Foster <daf@minuslab.net>
	* Added a delay return code for handlers.  Returning 2 from
	  a handler will automatically delay a handler for 5 minutes,
	  at a max of 5 times.  We need to let users configure this.

Fri Aug 17 11:24:28 EDT 2007	Dave Foster <daf@minuslab.net>
	* Added better process cleanup support.
	* Preparing for handlers to implement a delay return code.

Mon Dec 18 21:15:07 EST 2006	Dave Foster <daf@minuslab.net>
	* Implemented logging.
	* Implemented forking for handlers.

Tue Oct 31 20:33:54 EST 2006	Dave Foster <daf@minuslab.net>
	* Starting using changelog.
	* Inserted signal handlers for quit signals.
	* Moved config to be a global var.
