Update for release

This commit is contained in:
Andrew Resch 2008-10-10 22:45:41 +00:00
parent ec8c45e940
commit fbdb1479ad
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Deluge 1.0.2 (10 October 2008)
Core:
* Fix issue where torrents will not be properly added to the session
Deluge 1.0.1 (10 October 2008)
Core:
* Change the default max global upload slots to 4 instead of -1 since libtorrent

4
debian/changelog vendored
View file

@ -1,5 +1,5 @@
deluge-torrent (1.0.1-1) unstable; urgency=low
deluge-torrent (1.0.2-1) unstable; urgency=low
* 1.0.1
* 1.0.2
-- 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.1",
version = "1.0.2",
)