diff --git a/ChangeLog b/ChangeLog index f89719f72..f390de776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/debian/changelog b/debian/changelog index 5a0555f58..4698fe826 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Fri, 10 Oct 2008 02:10:00 -0000 diff --git a/setup.py b/setup.py index 661bcf0cb..298de639d 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.1", + version = "1.0.2", )