mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Prep for release
This commit is contained in:
parent
aca80eb70f
commit
ef518655d5
6 changed files with 35 additions and 34 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue