mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Updates for RC9
This commit is contained in:
parent
bd8dcbce91
commit
fc6edca315
3 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
Deluge 0.9.09 - "1.0.0_RC9" (In Development)
|
||||
Deluge 0.9.09 - "1.0.0_RC9" (10 September 2008)
|
||||
Core:
|
||||
* Bug fixes in libtorrent including a crash when the tracker doesn't
|
||||
have 'announce' in it's url.
|
||||
|
||||
GtkUI:
|
||||
* Fix add torrent dialog closing preventing another dialog from being shown
|
||||
* Fix various issues when not using English
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
deluge-torrent (0.9.08-1) unstable; urgency=low
|
||||
deluge-torrent (0.9.09-1) unstable; urgency=low
|
||||
|
||||
* R8 release
|
||||
* R9 release
|
||||
|
||||
-- Andrew Resch (andar) <andrewresch@gmail.com> Tue, 26 Aug 2008 16:31:14 -0800
|
||||
|
|
2
setup.py
2
setup.py
|
@ -332,7 +332,7 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "0.9.08",
|
||||
version = "0.9.09",
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue