mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
prep for release
This commit is contained in:
parent
1e38e4865d
commit
613ca12bc2
3 changed files with 10 additions and 7 deletions
|
@ -1,13 +1,16 @@
|
||||||
Deluge 1.0.5 (In Development)
|
Deluge 1.0.5 (09 November 2008)
|
||||||
GtkUI:
|
GtkUI:
|
||||||
* Increase the per-torrent stop share ratio max to 99999.0
|
* Increase the per-torrent stop share ratio max to 99999.0
|
||||||
* Fix #528 make sure gtkui config file is written before exiting
|
* Fix #528 make sure gtkui config file is written before exiting
|
||||||
|
* Fix UDP tracker support
|
||||||
|
|
||||||
WebUi:
|
WebUi:
|
||||||
* Javascript auto refresh for both templates.
|
* Javascript auto refresh for both templates.
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
* Fix #577 adding torrents by drag n' drop
|
* Fix #577 adding torrents by drag n' drop
|
||||||
|
* Fix association in Vista
|
||||||
|
* Fix WebUI launch
|
||||||
|
|
||||||
Deluge 1.0.4 (31 October 2008)
|
Deluge 1.0.4 (31 October 2008)
|
||||||
Core:
|
Core:
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
||||||
deluge-torrent (1.0.4-1) unstable; urgency=low
|
deluge-torrent (1.0.5-1) unstable; urgency=low
|
||||||
|
|
||||||
* 1.0.4
|
* 1.0.5
|
||||||
|
|
||||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Fri, 31 Oct 2008 02:10:00 -0000
|
-- Andrew Resch (andar) <andrewresch@gmail.com> Sun, 09 Nov 2008 02:10:00 -0000
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -327,5 +327,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.4",
|
version = "1.0.5",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue