Prep for release
This commit is contained in:
parent
aca80eb70f
commit
ef518655d5
@ -1,6 +1,7 @@
|
||||
=== Deluge 1.1.9 - (In Development) ===
|
||||
=== Deluge 1.1.9 - (15 June 2009) ===
|
||||
==== Core ====
|
||||
* Only move a torrent due to 'move on complete' when some data has been downloaded
|
||||
* Update libtorrent for CVE-2009-1760
|
||||
|
||||
==== GtkUI ====
|
||||
* Fix #950 renaming a parent folder into multiple folders
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.TH DELUGE 1 "May 2009" "1.1.8"
|
||||
.TH DELUGE 1 "June 2009" "1.1.9"
|
||||
|
||||
.SH NAME
|
||||
deluge - a bittorrent client
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.TH DELUGED 1 "May 2009" "1.1.8"
|
||||
.TH DELUGED 1 "June 2009" "1.1.9"
|
||||
|
||||
.SH NAME
|
||||
deluged - a bittorrent client daemon
|
||||
|
||||
2
setup.py
2
setup.py
@ -411,5 +411,5 @@ setup(
|
||||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.1.8",
|
||||
version = "1.1.9",
|
||||
)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
build_version = "1.1.7"
|
||||
build_version = "1.1.9"
|
||||
python_path = "C:\\Python25\\"
|
||||
|
||||
import shutil
|
||||
|
||||
@ -37,7 +37,7 @@ SetCompressor lzma
|
||||
|
||||
# Deluge program information
|
||||
!define PROGRAM_NAME "Deluge"
|
||||
!define PROGRAM_VERSION "1.1.8"
|
||||
!define PROGRAM_VERSION "1.1.9"
|
||||
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
||||
|
||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user