From 2bde2c823b53dfcdea80551b5e5eb0c568f162b0 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 10 Dec 2008 23:34:36 +0000 Subject: Prep for release --- ChangeLog | 15 +++++++++++++++ debian/changelog | 6 +++--- setup.py | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9f1cddff..48a0d2664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Deluge 1.0.7 (10 December 2008) + GtkUI: + * Fix #636 not setting the daemon's config directory when using --config= with the UI in classic mode. + * Fix some minor bugs in ConnectionManager + + Debian: + * Fix #571 notification-daemon-xfce dependency circle + + Misc: + * Fix #547 add description to name field per HIG entry 2.1.1.1 + * libtorrent updates + + Plugins: + * Point default blocklist url to our server and up interval to 4 days + Deluge 1.0.6 (01 December 2008) Core: * Fix #475 catch unicode decoding errors diff --git a/debian/changelog b/debian/changelog index c183ca4ac..3cb9bb221 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -deluge-torrent (1.0.6-1) unstable; urgency=low +deluge-torrent (1.0.7-1) unstable; urgency=low - * 1.0.6 + * 1.0.7 - -- Andrew Resch (andar) Mon, 01 Dec 2008 02:10:00 -0000 + -- Andrew Resch (andar) Wed, 10 Dec 2008 20:10:00 -0000 diff --git a/setup.py b/setup.py index f3f85f5e1..2584ec56d 100644 --- a/setup.py +++ b/setup.py @@ -377,5 +377,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.0.6", + version = "1.0.7", ) -- cgit