diff --git a/ChangeLog b/ChangeLog index 2d48901ba..f89719f72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/debian/changelog b/debian/changelog index 1a7136d70..5a0555f58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Sun, 21 Sep 2008 02:10:00 -0000 + -- Andrew Resch (andar) Fri, 10 Oct 2008 02:10:00 -0000 diff --git a/setup.py b/setup.py index 856412581..661bcf0cb 100644 --- a/setup.py +++ b/setup.py @@ -308,5 +308,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.0.0", + version = "1.0.1", )