prep for release
This commit is contained in:
parent
1e38e4865d
commit
613ca12bc2
@ -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
|
||||||
|
|||||||
6
setup.py
6
setup.py
@ -73,8 +73,8 @@ if windows_check():
|
|||||||
"-D_WIN32_WINNT=0x0500",
|
"-D_WIN32_WINNT=0x0500",
|
||||||
"-D_WIN32",
|
"-D_WIN32",
|
||||||
"-DWIN32_LEAN_AND_MEAN",
|
"-DWIN32_LEAN_AND_MEAN",
|
||||||
"-DBOOST_ALL_NO_LIB",
|
"-DBOOST_ALL_NO_LIB",
|
||||||
"-DBOOST_ALL_DYN_LINK",
|
"-DBOOST_ALL_DYN_LINK",
|
||||||
"-DBOOST_THREAD_USE_LIB",
|
"-DBOOST_THREAD_USE_LIB",
|
||||||
"-DBOOST_WINDOWS",
|
"-DBOOST_WINDOWS",
|
||||||
"-DBOOST_WINDOWS_API",
|
"-DBOOST_WINDOWS_API",
|
||||||
@ -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…
x
Reference in New Issue
Block a user