diff --git a/ChangeLog b/ChangeLog index b925f0abd..0da728465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/debian/changelog b/debian/changelog index 4edac2c43..5986d6e5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Mon, 29 Dec 2008 16:31:14 -0800 + -- Andrew Resch (andar) Sat, 10 Jan 2008 16:31:14 -0800 diff --git a/setup.py b/setup.py index eaeb7e304..f18fbed37 100644 --- a/setup.py +++ b/setup.py @@ -406,5 +406,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.1.0_RC3", + version = "1.1.0", )