mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
prep release
This commit is contained in:
parent
f1f50dc447
commit
40e700cf86
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
Deluge 1.1.0_RC4 (In Development)
|
||||
Deluge 1.1.0 (10 January 2009)
|
||||
Core:
|
||||
* Fix issue in get_tracker_host when the torrent has no tracker
|
||||
* Fix crash while trying to convert very old 0.5 config files
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
deluge-torrent (1.0.99+1.1.0RC-3) unstable; urgency=low
|
||||
deluge-torrent (1.1.0-1) unstable; urgency=low
|
||||
|
||||
* 1.1.0 RC3 release
|
||||
* 1.1.0 final
|
||||
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Mon, 29 Dec 2008 16:31:14 -0800
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 10 Jan 2008 16:31:14 -0800
|
||||
|
|
2
setup.py
2
setup.py
|
@ -406,5 +406,5 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.1.0_RC3",
|
||||
version = "1.1.0",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue