Prep for release
This commit is contained in:
parent
ed043d0951
commit
5e40f36682
@ -1,4 +1,4 @@
|
|||||||
=== Deluge 1.1.8 - (In Development) ===
|
=== Deluge 1.1.8 - (21 May 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix pause all/resume all
|
* Fix pause all/resume all
|
||||||
* Torrent name is now changed when the root folder or file is renamed
|
* Torrent name is now changed when the root folder or file is renamed
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.TH DELUGE 1 "April 2009" "1.1.7"
|
.TH DELUGE 1 "May 2009" "1.1.8"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge - a bittorrent client
|
deluge - a bittorrent client
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.TH DELUGED 1 "April 2009" "1.1.7"
|
.TH DELUGED 1 "May 2009" "1.1.8"
|
||||||
|
|
||||||
.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.7",
|
version = "1.1.8",
|
||||||
)
|
)
|
||||||
|
|||||||
@ -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.7"
|
!define PROGRAM_VERSION "1.1.8"
|
||||||
!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)
|
||||||
@ -120,7 +120,7 @@ FunctionEnd
|
|||||||
BrandingText "Deluge Windows Installer v${DELUGE_INSTALLER_VERSION}"
|
BrandingText "Deluge Windows Installer v${DELUGE_INSTALLER_VERSION}"
|
||||||
|
|
||||||
Name "${PROGRAM_NAME} ${PROGRAM_VERSION}"
|
Name "${PROGRAM_NAME} ${PROGRAM_VERSION}"
|
||||||
OutFile "..\build-win32\Deluge-${PROGRAM_VERSION}-win32-setup.exe"
|
OutFile "..\build-win32\deluge-${PROGRAM_VERSION}-win32-setup.exe"
|
||||||
|
|
||||||
# The Python bbfreeze files will be placed here
|
# The Python bbfreeze files will be placed here
|
||||||
!define DELUGE_PYTHON_SUBDIR "$INSTDIR\Deluge-Python"
|
!define DELUGE_PYTHON_SUBDIR "$INSTDIR\Deluge-Python"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user