diff --git a/ChangeLog b/ChangeLog index 4383a9332..ac2dc4998 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Deluge 0.9.09 - "1.0.0_RC9" (In Development) +Deluge 0.9.09 - "1.0.0_RC9" (10 September 2008) + Core: + * Bug fixes in libtorrent including a crash when the tracker doesn't + have 'announce' in it's url. + GtkUI: * Fix add torrent dialog closing preventing another dialog from being shown * Fix various issues when not using English diff --git a/debian/changelog b/debian/changelog index fe0e51201..194e622d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -deluge-torrent (0.9.08-1) unstable; urgency=low +deluge-torrent (0.9.09-1) unstable; urgency=low - * R8 release + * R9 release -- Andrew Resch (andar) Tue, 26 Aug 2008 16:31:14 -0800 diff --git a/setup.py b/setup.py index 9a189f42a..afb1e03aa 100644 --- a/setup.py +++ b/setup.py @@ -332,7 +332,7 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "0.9.08", + version = "0.9.09", ) try: