mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +00:00
Prep for release
This commit is contained in:
parent
4a2316411d
commit
3e0a35c802
9 changed files with 21 additions and 14 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== Deluge 1.2.3 (27 March 2010) ===
|
||||||
|
==== Core ====
|
||||||
|
* Fix libtorrent version compare to use a proper numerical compare instead
|
||||||
|
of string. This fixes a problem where using lt 0.14.10 wouldn't allow
|
||||||
|
Deluge to start.
|
||||||
|
* Fix libtorrent 0.15 compatibility
|
||||||
|
|
||||||
=== Deluge 1.2.2 (19 March 2010) ===
|
=== Deluge 1.2.2 (19 March 2010) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix #1109 auto add halting when a torrent with invalid filename encoding
|
* Fix #1109 auto add halting when a torrent with invalid filename encoding
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGE-CONSOLE 1 "October 2009" "1.2.2"
|
.TH DELUGE-CONSOLE 1 "October 2009" "1.2.3"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge-console - a bittorrent client curses interface
|
deluge-console - a bittorrent client curses interface
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGE-GTK 1 "October 2009" "1.2.2"
|
.TH DELUGE-GTK 1 "October 2009" "1.2.3"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge-gtk - a bittorrent client gtk interface
|
deluge-gtk - a bittorrent client gtk interface
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGE-WEB 1 "October 2009" "1.2.2"
|
.TH DELUGE-WEB 1 "October 2009" "1.2.3"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge-web - a bittorrent client ajax web interface
|
deluge-web - a bittorrent client ajax web interface
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGE 1 "October 2009" "1.2.2"
|
.TH DELUGE 1 "October 2009" "1.2.3"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge - a bittorrent client
|
deluge - a bittorrent client
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGED 1 "October 2009" "1.2.2"
|
.TH DELUGED 1 "October 2009" "1.2.3"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluged - a bittorrent client daemon
|
deluged - a bittorrent client daemon
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -397,7 +397,7 @@ _data_files = [
|
||||||
# Main setup
|
# Main setup
|
||||||
setup(
|
setup(
|
||||||
name = "deluge",
|
name = "deluge",
|
||||||
version = "1.2.2",
|
version = "1.2.3",
|
||||||
fullname = "Deluge Bittorrent Client",
|
fullname = "Deluge Bittorrent Client",
|
||||||
description = "Bittorrent Client",
|
description = "Bittorrent Client",
|
||||||
author = "Andrew Resch, Damien Churchill",
|
author = "Andrew Resch, Damien Churchill",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
build_version = "1.2.2"
|
build_version = "1.2.3"
|
||||||
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.2"
|
!define PROGRAM_VERSION "1.2.3"
|
||||||
!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