This commit is contained in:
Marcos Pinto 2008-08-17 21:55:32 +00:00
parent 7b31434287
commit 7665f5394a
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Deluge 0.9.07 - "1.0.0_RC7" (In Development) Deluge 0.9.07 - "1.0.0_RC7" (18 August 2008)
Core: Core:
* Fix loading torrents from state when fastresume file is missing * Fix loading torrents from state when fastresume file is missing
* Fix UPnP * Fix UPnP

6
debian/changelog vendored
View File

@ -1,5 +1,5 @@
deluge-torrent (0.9.06-1) unstable; urgency=low deluge-torrent (0.9.07-1) unstable; urgency=low
* RC6 release * RC7 release
-- Andrew Resch (andar) <andrewresch@gmail.com> Wed, 13 Aug 2008 16:31:14 -0800 -- Andrew Resch (andar) <andrewresch@gmail.com> Mon, 18 Aug 2008 16:31:14 -0800

View File

@ -323,7 +323,7 @@ setup(
]}, ]},
packages = find_packages(exclude=["plugins"]), packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org", url = "http://deluge-torrent.org",
version = "0.9.06", version = "0.9.07",
) )
try: try: