Prep for release

This commit is contained in:
Andrew Resch 2008-12-10 23:34:36 +00:00
parent 84499c1cc1
commit 2bde2c823b
3 changed files with 19 additions and 4 deletions

View file

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

6
debian/changelog vendored
View file

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

View file

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