Updates for RC9

This commit is contained in:
Andrew Resch 2008-09-10 03:20:52 +00:00
parent bd8dcbce91
commit fc6edca315
3 changed files with 8 additions and 4 deletions

View file

@ -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

4
debian/changelog vendored
View file

@ -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) <andrewresch@gmail.com> Tue, 26 Aug 2008 16:31:14 -0800

View file

@ -332,7 +332,7 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
version = "0.9.08",
version = "0.9.09",
)
try: