mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 16:13:41 +00:00
update changelog and version numbers for rc2 release
This commit is contained in:
parent
9b52e63f5b
commit
3d794b6983
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
Deluge 0.5.8RC2 (25 December 2007)
|
||||
* Change add torrent to ctrl+n
|
||||
* Change notification plugin to not show the file list, but only the torrent
|
||||
name
|
||||
* Allow removal of browser icon from toolbar
|
||||
* Add buttons to browser to launch the main and footer frames into an
|
||||
external browser
|
||||
* Fix removing torrents from deluge template of webui - vonck7
|
||||
* Set the advanced webui template as default
|
||||
* Wish everyone a happy holiday :)
|
||||
|
||||
|
||||
Deluge 0.5.8RC1 (22 December 2007)
|
||||
* Key bindings:
|
||||
ctrl+a adds a torrent
|
||||
|
2
setup.py
2
setup.py
@ -28,7 +28,7 @@
|
||||
|
||||
NAME = "deluge"
|
||||
FULLNAME = "Deluge BitTorrent Client"
|
||||
VERSION = "0.5.7.95"
|
||||
VERSION = "0.5.7.98"
|
||||
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch, Alex Dedul"
|
||||
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com, rotmer@gmail.com"
|
||||
DESCRIPTION = "A GTK BitTorrent client written in Python and C++"
|
||||
|
@ -32,7 +32,7 @@ import os
|
||||
import xdg.BaseDirectory
|
||||
|
||||
PROGRAM_NAME = "Deluge"
|
||||
PROGRAM_VERSION = "0.5.7.95"
|
||||
PROGRAM_VERSION = "0.5.7.98"
|
||||
|
||||
CLIENT_CODE = "DE"
|
||||
CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user