2013-12-28 - dumpmysql 3.8
	* Use a for loop to find old snapshots to remove
	
2011-12-15 - dumpmysql 3.7
	* Use an 'if' conditional instead of a 'case' statement for setting
	  the SNAPSHOT variables. No real need to use 'case' here
	* Added support for compressing through xz
	* Added support for setting the compression strength in the config file

2009-04-30 - dumpmysql 3.6
	* Update install script
	* Remove pointless redirection to 2>/dev/null when changing permissions
	* Bugfix: typo in one of the 'find' params (should be -ctime instead of -ctyme)

2009-04-29 - dumpmysql 3.5
	* Add support for LZMA compression
	* Code simplifications and improvements
	* Support spaces in file names for the backup directory

2009-04-27 - dumpmysql 3.4
	* Simplify some loops
	* Small cleanups
	* Add install script
	* Add this ChangeLog file
