Updates for release

This commit is contained in:
Andrew Resch 2008-10-10 05:11:46 +00:00
parent 158bfbcb6e
commit 1b29b6bfc9
3 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Deluge 1.0.1 (In Development)
Deluge 1.0.1 (10 October 2008)
Core:
* Change the default max global upload slots to 4 instead of -1 since libtorrent
will automatically open more slots to meet the upload speed limit.
@ -13,6 +13,8 @@ Deluge 1.0.1 (In Development)
* Fix freezing on start-up issues on systems that do not have a properly
configured localhost entry.
* Change max connections default setting to 200
* Fix issue with invalid bencoding from some trackers
* Plenty of libtorrent updates that should improve core stability
GtkUI:
* Improve performance of files tab by only updating when values change

6
debian/changelog vendored
View file

@ -1,5 +1,5 @@
deluge-torrent (1.0.0-1) unstable; urgency=low
deluge-torrent (1.0.1-1) unstable; urgency=low
* 1.0.0 - "Sharks are bulletproof"
* 1.0.1
-- Andrew Resch (andar) <andrewresch@gmail.com> Sun, 21 Sep 2008 02:10:00 -0000
-- Andrew Resch (andar) <andrewresch@gmail.com> Fri, 10 Oct 2008 02:10:00 -0000

View file

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