mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Prep for release
This commit is contained in:
parent
0df79b03c5
commit
89c9228cec
4 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.2.0_rc6 (In Development) ===
|
||||
=== Deluge 1.2.0 - "Bursting like an infected kidney" (09 January 2010) ===
|
||||
==== Core ====
|
||||
* Fix file renaming
|
||||
* Fix tracker host filtering (Closes #1106)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -397,7 +397,7 @@ _data_files = [
|
|||
# Main setup
|
||||
setup(
|
||||
name = "deluge",
|
||||
version = "1.2.0_rc5",
|
||||
version = "1.2.0",
|
||||
fullname = "Deluge Bittorrent Client",
|
||||
description = "Bittorrent Client",
|
||||
author = "Andrew Resch, Damien Churchill",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
build_version = "1.2.0_rc5"
|
||||
build_version = "1.2.0"
|
||||
python_path = "C:\\Python26\\"
|
||||
|
||||
import shutil
|
||||
|
|
|
@ -37,14 +37,14 @@ SetCompressor lzma
|
|||
|
||||
# Deluge program information
|
||||
!define PROGRAM_NAME "Deluge"
|
||||
!define PROGRAM_VERSION "1.2.0_rc5"
|
||||
!define PROGRAM_VERSION "1.2.0"
|
||||
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
||||
|
||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||
!define DELUGE_PYTHON_BBFREEZE_OUTPUT_DIR "..\build-win32\deluge-bbfreeze-${PROGRAM_VERSION}"
|
||||
|
||||
# Installer for GTK+ 2.12 runtime; will be downloaded from deluge-torrent.org
|
||||
!define DELUGE_GTK_DEPENDENCY "gtk2-runtime-2.16.6-2009-09-12-ash.exe"
|
||||
!define DELUGE_GTK_DEPENDENCY "gtk2-runtime-2.16.6-2009-12-01-ash.exe"
|
||||
|
||||
|
||||
# --- Interface settings ---
|
||||
|
@ -219,7 +219,7 @@ Section "Create magnet uri link association for Deluge" Section3
|
|||
DeleteRegKey HKCR "magnet"
|
||||
WriteRegStr HKCR "magnet" "" "URL:magnet protocol"
|
||||
WriteRegStr HKCR "magnet" "URL Protocol" ""
|
||||
|
||||
|
||||
WriteRegStr HKCR "magnet\shell\open\command" "" '"$INSTDIR\deluge.cmd" "%1"'
|
||||
SectionEnd
|
||||
|
||||
|
@ -321,4 +321,4 @@ Section Uninstall
|
|||
DELUGE_skip_delete:
|
||||
# This key is only used by Deluge, so we should always delete it
|
||||
DeleteRegKey HKCR "Deluge"
|
||||
SectionEnd
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Reference in a new issue