0.0.11:
	* Fixed a URI handling bug (or three) that fixed problems opening URIs
	since 0.0.8.
	* Made the code a little more robust against such things happening
	again.

0.0.10:
	* At the recommendation of Ryan Veety include the percentage
	downloaded in the window's title.

0.0.9:
	* Fixed a problem that disallowed relative-paths to the meta file.

0.0.8:
	* Changed the default location to save the file to be obtained from
	information from the ".torrent" file itself. Unless Gnome-Python stuff
	is installed this may or may not work with URLs.

0.0.7-rev1:
	* Oops, forgot to include the changes to allow "uploaded amount" to
	carry-over across resumes. Now it's included.

0.0.7:
	* Worked around a BitTorrent oddity that should allow the "downloaded
	amount" to carry-over across resumes.
	* In the same spirit as the last change: "elapsed time" should now
	continue to be updated after the downloading part of the session is
	finished.
	* Made the ChangeLog and README files nicer :).

0.0.6:
	* Updated the fallback_locate_file function to be more FreeBSD friendly
	with information supplied by Jeremy Messenger.

0.0.5-rev2:
	* Again, trying to finish what I tried to do last time (allow 3.2 to
	work) after an update from dbrody:
		* Modified the status callback to understand 3.2-style status
		updates.
	* I actually tested it with BitTorrent 3.2 myself, this time, as well:
		* Fixed the "total uploaded" being reported as zero.
	* Stopped certain UI features from being incorrectly updated by
	BitTorrent callbacks after the download is done.

0.0.5-rev1:
	* Trying to finish what I tried to do last time (allow 3.2 to work)
	after an update from dbrody:
		* Fixed the arg-list passed to BitTorrent.download.download to
		make responsefile/url explicit.

0.0.5:
	* Added something that (in theory) should allow BitTorrent 3.2 to work
	as well (thanks to dbrody).

0.0.4:
	* Added mime association information (thanks to FooBarWidget).

0.0.3:
	* Added a close button that appears when stopped.
	* Added total size to the status.
	* Added the ability to mute error dialogs.
	* Added the ability to clear the event log.
	* Changed "feedback" to "events".
	* Fixed the status display's downloaded size for quick completion
	situations.
	* Removed the "downloading" text from the progress bar. It was wrong
	half the time anyway.
	* Set the window's title to the address of the torrent (HIG-ification).
	* Cleaned up the code some more.

0.0.2:
	* Added an "Address" field.
	* Added a "Resume" button.
	* Added rate tracking to the status.
	* Fixed the "Cap Upload Rate" feature.
	* Fixed the error dialog a little.
	* Moved the progress bar below.
	* Cleaned up the code a bit.

0.0.1:
	* Initial release
