mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 01:48:40 +00:00
Updates for release
This commit is contained in:
parent
158bfbcb6e
commit
1b29b6bfc9
3 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
Deluge 1.0.1 (In Development)
|
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
|
||||||
will automatically open more slots to meet the upload speed limit.
|
will automatically open more slots to meet the upload speed limit.
|
||||||
|
@ -13,6 +13,8 @@ Deluge 1.0.1 (In Development)
|
||||||
* Fix freezing on start-up issues on systems that do not have a properly
|
* Fix freezing on start-up issues on systems that do not have a properly
|
||||||
configured localhost entry.
|
configured localhost entry.
|
||||||
* Change max connections default setting to 200
|
* Change max connections default setting to 200
|
||||||
|
* Fix issue with invalid bencoding from some trackers
|
||||||
|
* Plenty of libtorrent updates that should improve core stability
|
||||||
|
|
||||||
GtkUI:
|
GtkUI:
|
||||||
* Improve performance of files tab by only updating when values change
|
* Improve performance of files tab by only updating when values change
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
||||||
deluge-torrent (1.0.0-1) unstable; urgency=low
|
deluge-torrent (1.0.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* 1.0.0 - "Sharks are bulletproof"
|
* 1.0.1
|
||||||
|
|
||||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Sun, 21 Sep 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.0",
|
version = "1.0.1",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue