mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 20:44:50 +00:00
Bump version to 1.3.10 and update changelog
This commit is contained in:
parent
53f485d87e
commit
cc56764ee9
@ -1,3 +1,11 @@
|
|||||||
|
=== Deluge 1.3.10 (15 October 2014) ===
|
||||||
|
==== GtkUI ====
|
||||||
|
* #2256: Indexes are not updated correctly when removing column
|
||||||
|
* Fix bug in the torrentview when Plugins added a column
|
||||||
|
|
||||||
|
==== WebUI ====
|
||||||
|
* Security update for POODLE vulnerability
|
||||||
|
|
||||||
=== Deluge 1.3.9 (4 October 2014) ===
|
=== Deluge 1.3.9 (4 October 2014) ===
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* #2514: Fix every torrent is displayed twice in classic mode
|
* #2514: Fix every torrent is displayed twice in classic mode
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH DELUGE-CONSOLE 1 "October 2014" "1.3.9"
|
.TH DELUGE-CONSOLE 1 "October 2014" "1.3.10"
|
||||||
|
|
||||||
.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 2014" "1.3.9"
|
.TH DELUGE-GTK 1 "October 2014" "1.3.10"
|
||||||
|
|
||||||
.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 2014" "1.3.9"
|
.TH DELUGE-WEB 1 "October 2014" "1.3.10"
|
||||||
|
|
||||||
.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 2014" "1.3.9"
|
.TH DELUGE 1 "October 2014" "1.3.10"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge - a bittorrent client
|
deluge - a bittorrent client
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH DELUGED 1 "October 2014" "1.3.9"
|
.TH DELUGED 1 "October 2014" "1.3.10"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluged - a bittorrent client daemon
|
deluged - a bittorrent client daemon
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Deluge</string>
|
<string>Deluge</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.9</string>
|
<string>1.3.10</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.9</string>
|
<string>1.3.10</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>1.3.9 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
|
<string>1.3.10 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 2008-2014 Deluge Team</string>
|
<string>Copyright 2008-2014 Deluge Team</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
2
setup.py
2
setup.py
@ -533,7 +533,7 @@ if windows_check():
|
|||||||
# Main setup
|
# Main setup
|
||||||
setup(
|
setup(
|
||||||
name = "deluge",
|
name = "deluge",
|
||||||
version = "1.3.9",
|
version = "1.3.10",
|
||||||
fullname = "Deluge Bittorrent Client",
|
fullname = "Deluge Bittorrent Client",
|
||||||
description = "Bittorrent Client",
|
description = "Bittorrent Client",
|
||||||
author = "Andrew Resch, Damien Churchill",
|
author = "Andrew Resch, Damien Churchill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user