Pre-2.0 - Dustin Bolton
	See history_archived.txt for older history information.
2.0.0 - 2011-02-12 - Dustin Bolton
	Complete overhaul with a multitude of features & enhancements.
2.0.1 - 2011-04-27 - Dustin Bolton
	File permissions warning on some servers on the Server Information page.
	Fatal error on some servers on the Server Information page.
	Update to 2.0 handles importbuddy password migration in a more stable way.
	Added ZIP backup serial to reported details during backup.
	Fixed import link on Getting Started page.
2.0.2 - 2011-04-29 - Dustin Bolton
	Removed hover to show select destination / edit links for remote destinations.
	Changed README.txt to readme.txt.
	Fixed importbuddy incorrectly reporting extraction failure in fallback modes.
	Fixed directory exclusions failing in some environments.
	Fixed database table escaping during backups.
	Fixed database rewrites in importbuddy.
2.0.3 - 2011-05-02 - Dustin Bolton
	Fixed problem with scheduled events not firing.
2.0.4 - 2011-05-02 - Dustin Bolton
	importbuddy.php now excluded from root of backups.
	Editing a full schedule auto-selected database only.
	Added readme.txt file for Rackspace testing.
2.0.5 - 2011-05-02 - Dustin Bolton
	Significantly improved compatibility with Alternate WP Cron system. define('ALTERNATE_WP_CRON', true);
	Removed false error message on scheduled backups with no remote destinations.
2.0.6 - 2011-05-03 - Dustin Bolton
	Improved directory exclusion migration from pre-2.0 to post-2.0.
	Added additional index check for adding remote destinations to prevent unkeyed indices.
2.0.7 - 2011-05-04 - Dustin Bolton
	Added additional alternate cron checks to avoid header already sent warnings on backup page.
2.0.8 - 2011-05-06 - Dustin Bolton
	Fixed case where editing a schedule could duplicate the edited schedule cron event.
2.0.9 - 2011-05-09 - Dustin Bolton
	Fixed extra slash being included when blocking directory browsing. Could potentially cause problems on some servers.
	Added additional index.php file for use in blocking directory browsing for additional redundancy.
2.0.10 - 2011-05-09 - Dustin Bolton
	Added alternate FTP port support by specifying the FTP address in the format: address:port such as yoursite.com:21.
2.0.11 - 2011-05-11 - Dustin Bolton
	Added schedule name to email notifications for scheduled backups for easier tracking of what triggered the backup.
	Added support for future an upcoming remote destination coming soon.
2.0.12 - 2011-05-13 - Dustin Bolton
	Added more logging to help debug issues.
2.1.0 - 2011-05-16 - Dustin Bolton
	Added Dropbox.com support for remote destinations.
	Improved status messages.
2.1.1 - 2011-05-19 - Dustin Bolton
	Fixed importing database tables including 'non-normal' characters in their name.
	Reduced status update delays from 5 seconds to 3 seconds.
	Corrected year in dates in history.txt file. 2010 -> 2011.
	Added additional cleanup function when loading Backup page to help take care of orphaned files from failed backups.
2.1.2 - 2011-05-23 - Dustin Bolton
	Added additional detailed information to compatibility options.
	periodic_cleanup() function subtracted time improperly, resulting in delays in periodic cleanup.
	Added warning if launching a new backup before the previous one finished.
	Fixed anti_directory_browsing not creating directory if needed.