mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
Prep for release
This commit is contained in:
parent
45eecc5c25
commit
bacb57a795
3 changed files with 14 additions and 7 deletions
|
@ -1,11 +1,18 @@
|
|||
Deluge 1.0.4 (In Development)
|
||||
Deluge 1.0.4 (31 October 2008)
|
||||
Core:
|
||||
* Fix #560 force an int value for global max connections
|
||||
* Fix #545 use proper values in ratio calculation
|
||||
* Fix UPnP again..
|
||||
|
||||
GtkUI:
|
||||
* Fix #565 wait for the deluged process to start to prevent defunct processes
|
||||
|
||||
OS X:
|
||||
* Fix issues with gettext
|
||||
|
||||
Windows:
|
||||
* Fix starting on non-English versions of Windows
|
||||
|
||||
Deluge 1.0.3 (18 October 2008)
|
||||
Core:
|
||||
* Fix upnp - it should work on more routers now too
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
deluge-torrent (1.0.3-1) unstable; urgency=low
|
||||
deluge-torrent (1.0.4-1) unstable; urgency=low
|
||||
|
||||
* 1.0.3
|
||||
* 1.0.4
|
||||
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 18 Oct 2008 02:10:00 -0000
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Fri, 31 Oct 2008 02:10:00 -0000
|
||||
|
|
2
setup.py
2
setup.py
|
@ -329,5 +329,5 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.0.3",
|
||||
version = "1.0.4",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue