mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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)
|
||||
Core:
|
||||
* 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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -308,5 +308,5 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.0.1",
|
||||
version = "1.0.2",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue