Prep 1.2_rc2 release
This commit is contained in:
parent
ecd75ba424
commit
65e50d1992
@ -1,4 +1,4 @@
|
|||||||
=== Deluge 1.2.0_rc2 (In Development) ===
|
=== Deluge 1.2.0_rc2 (25 October 2009) ===
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix path errors when adding torrents externally in Windows
|
* Fix path errors when adding torrents externally in Windows
|
||||||
* Fix localclient authentication by stripping the lines read from the auth file
|
* Fix localclient authentication by stripping the lines read from the auth file
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -437,5 +437,5 @@ setup(
|
|||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.2.0_rc1",
|
version = "1.2.0_rc2",
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
build_version = "1.2.0_rc1"
|
build_version = "1.2.0_rc2"
|
||||||
python_path = "C:\\Python26\\"
|
python_path = "C:\\Python26\\"
|
||||||
|
|
||||||
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.2.0_rc1"
|
!define PROGRAM_VERSION "1.2.0_rc2"
|
||||||
!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…
x
Reference in New Issue
Block a user