Prep for release

This commit is contained in:
Andrew Resch 2009-06-15 23:29:38 +00:00
commit ef518655d5
6 changed files with 35 additions and 34 deletions

View file

@ -1,6 +1,7 @@
=== Deluge 1.1.9 - (In Development) === === Deluge 1.1.9 - (15 June 2009) ===
==== Core ==== ==== Core ====
* Only move a torrent due to 'move on complete' when some data has been downloaded * Only move a torrent due to 'move on complete' when some data has been downloaded
* Update libtorrent for CVE-2009-1760
==== GtkUI ==== ==== GtkUI ====
* Fix #950 renaming a parent folder into multiple folders * Fix #950 renaming a parent folder into multiple folders

View file

@ -1,4 +1,4 @@
.TH DELUGE 1 "May 2009" "1.1.8" .TH DELUGE 1 "June 2009" "1.1.9"
.SH NAME .SH NAME
deluge - a bittorrent client deluge - a bittorrent client

View file

@ -1,4 +1,4 @@
.TH DELUGED 1 "May 2009" "1.1.8" .TH DELUGED 1 "June 2009" "1.1.9"
.SH NAME .SH NAME
deluged - a bittorrent client daemon deluged - a bittorrent client daemon

View file

@ -411,5 +411,5 @@ setup(
]}, ]},
packages = find_packages(exclude=["plugins"]), packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org", url = "http://deluge-torrent.org",
version = "1.1.8", version = "1.1.9",
) )

View file

@ -1,4 +1,4 @@
build_version = "1.1.7" build_version = "1.1.9"
python_path = "C:\\Python25\\" python_path = "C:\\Python25\\"
import shutil import shutil

View file

@ -37,7 +37,7 @@ SetCompressor lzma
# Deluge program information # Deluge program information
!define PROGRAM_NAME "Deluge" !define PROGRAM_NAME "Deluge"
!define PROGRAM_VERSION "1.1.8" !define PROGRAM_VERSION "1.1.9"
!define PROGRAM_WEB_SITE "http://deluge-torrent.org" !define PROGRAM_WEB_SITE "http://deluge-torrent.org"
# Python files generated with bbfreeze (without DLLs from GTK+ runtime) # Python files generated with bbfreeze (without DLLs from GTK+ runtime)