mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Prep for release
This commit is contained in:
parent
7bc8c9fa36
commit
2de48097c0
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
Deluge 1.1.1 - (In Development)
|
Deluge 1.1.1 - (24 January 2009)
|
||||||
Core:
|
Core:
|
||||||
* Fix oldstateupgrader for those upgrading from 0.5.x
|
* Fix oldstateupgrader for those upgrading from 0.5.x
|
||||||
* Fix setting Peer TOS byte
|
* Fix setting Peer TOS byte
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
||||||
deluge-torrent (1.1.0-1) unstable; urgency=low
|
deluge-torrent (1.1.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* 1.1.0 final
|
* 1.1.1 final
|
||||||
|
|
||||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 10 Jan 2008 16:31:14 -0800
|
-- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 24 Jan 2008 16:31:14 -0800
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -413,5 +413,5 @@ setup(
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.1.0",
|
version = "1.1.1",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue