mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Prep for release
This commit is contained in:
parent
f7d6dcb425
commit
e38ce4fb20
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
Deluge 1.0.6 (In Development)
|
||||
Deluge 1.0.6 (01 December 2008)
|
||||
Core:
|
||||
* Fix #475 catch unicode decoding errors
|
||||
* Add an option to not include IP overhead in rate limiting (this is equivalent
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
deluge-torrent (1.0.5-1) unstable; urgency=low
|
||||
deluge-torrent (1.0.6-1) unstable; urgency=low
|
||||
|
||||
* 1.0.5
|
||||
* 1.0.6
|
||||
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Sun, 09 Nov 2008 02:10:00 -0000
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Mon, 01 Dec 2008 02:10:00 -0000
|
||||
|
|
2
setup.py
2
setup.py
|
@ -377,5 +377,5 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.0.5",
|
||||
version = "1.0.6",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue