mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Prep for release
This commit is contained in:
parent
84499c1cc1
commit
2bde2c823b
3 changed files with 19 additions and 4 deletions
15
ChangeLog
15
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
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
||||
|
|
2
setup.py
2
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",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue