prep release

This commit is contained in:
Marcos Pinto 2009-01-10 18:20:15 +00:00
commit 40e700cf86
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Deluge 1.1.0_RC4 (In Development)
Deluge 1.1.0 (10 January 2009)
Core:
* Fix issue in get_tracker_host when the torrent has no tracker
* Fix crash while trying to convert very old 0.5 config files

6
debian/changelog vendored
View file

@ -1,5 +1,5 @@
deluge-torrent (1.0.99+1.1.0RC-3) unstable; urgency=low
deluge-torrent (1.1.0-1) unstable; urgency=low
* 1.1.0 RC3 release
* 1.1.0 final
-- Andrew Resch (andar) <andrewresch@gmail.com> Mon, 29 Dec 2008 16:31:14 -0800
-- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 10 Jan 2008 16:31:14 -0800

View file

@ -406,5 +406,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
version = "1.1.0_RC3",
version = "1.1.0",
)