mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +00:00
rc prep
This commit is contained in:
parent
7b31434287
commit
7665f5394a
3 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
* Fix loading torrents from state when fastresume file is missing
|
||||
* Fix UPnP
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -323,7 +323,7 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "0.9.06",
|
||||
version = "0.9.07",
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue