Version 0.8.2    13 Jun 2007

	* Relicense under MIT rather than GPLv2 for use by GozerBot.

Version 0.8.1    04 Apr 2006

	* Give up primary maintainership of package and move to SourceForge.
	  - Remove "Cedar Solutions" from source code headers
	  - Change copyrights to include year 2006 where applicable
	  - Document that I am no longer the primary maintainer
	  - Other cleanup to "de-personalize" the code tree

Version 0.8.0    27 Sep 2005

	* Bring up to new standards (basically, to match CedarBackup2).
	* Minimum required Python version is now Python 2.3.
	* Cleaned up various pychecker errors in source code.
	* Moved unit tests to 'test' directory instead of 'unittest'.
	* Removed unused and broken suite definitions from unit tests.
	* Get rid of deprecated tempfile.mktemp() call within unit tests.
	* Removed *.plan unit test files; code is now self-documenting.
	* Converted changelog to use tabs, to match Vim's syntax.
	* Classes are now "new-style" rather than "classic-style".
	* Now use instance variables properly in classes.

Version 0.7.2    09 Sep 2003

	* Now use Python 2.3 when building distribution.
	* Added new Python 2.3 catalog information into setup.py.
	* Added download_url attribute to setup.py (if available).
	* Changed deprecated spelling of 'licence' to 'license' in setup.py.
	* Fixed release date, which was not updated properly for 0.7.1.
	* Tweaked instructions in INSTALL file.
	* Added note on licensing in README.
	* Removed some commented-out code in the unit tests.
	* More minor header cleanup.

Version 0.7.1    08 Sep 2003

	* Converted file headers to new Cedar Solutions standard.
	* Removed all references to Cedar Solutions, Inc.
	* Added encoding to top of all Python files.

Version 0.7.0    16 Jul 2003

	* Initial public release.

-----------------------------------------------------------------------------
vim: set ft=changelog noexpandtab:
