mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
Update for release
This commit is contained in:
parent
ec8c45e940
commit
fbdb1479ad
3 changed files with 7 additions and 3 deletions
|
@ -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)
|
Deluge 1.0.1 (10 October 2008)
|
||||||
Core:
|
Core:
|
||||||
* Change the default max global upload slots to 4 instead of -1 since libtorrent
|
* Change the default max global upload slots to 4 instead of -1 since libtorrent
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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) <andrewresch@gmail.com> Fri, 10 Oct 2008 02:10:00 -0000
|
-- Andrew Resch (andar) <andrewresch@gmail.com> Fri, 10 Oct 2008 02:10:00 -0000
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -308,5 +308,5 @@ setup(
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.0.1",
|
version = "1.0.2",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue