Version 0.2
	- Added support for moi checksums.
	- Added the ability to store gzip headers, allowing a 
	  byte-for-byte reconstruction of a gzip stream provided the
	  compressed stream for a given input stream is a constant.
	- Removeed the -G option, as it conflicts with the above.
	- Added the -z option, which compresses the generated debdiff.
	  Also added the corresponding 'decompress' command, which
	  tells dpatch to decompress it's input stream.
	- Added the commands.txt file, documenting the commands understood
	  by dpatch.
	
Version 0.1
	- Initial release.