diff options
author | Andrew Resch <andrewresch@gmail.com> | 2008-12-11 00:34:36 +0100 |
---|---|---|
committer | Andrew Resch <andrewresch@gmail.com> | 2008-12-11 00:34:36 +0100 |
commit | 2bde2c823b53dfcdea80551b5e5eb0c568f162b0 (patch) | |
tree | 5ec49f810e0cc85a5e699638a50855a7a3d001f0 | |
parent | lt sync 4382 (diff) | |
download | deluge-2bde2c823b53dfcdea80551b5e5eb0c568f162b0.tar.xz deluge-2bde2c823b53dfcdea80551b5e5eb0c568f162b0.zip |
Prep for release
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 19 insertions, 4 deletions
@@ -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) <andrewresch@gmail.com> Mon, 01 Dec 2008 02:10:00 -0000 + -- Andrew Resch (andar) <andrewresch@gmail.com> Wed, 10 Dec 2008 20:10:00 -0000 @@ -377,5 +377,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.0.6", + version = "1.0.7", ) |