mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-19 00:01:56 +00:00
Update Changelog and bump release to 1.3.15
This commit is contained in:
parent
d91584b700
commit
a6e8ac8725
9 changed files with 37 additions and 10 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
||||||
|
=== Deluge 1.3.15 (3 May 2017) ===
|
||||||
|
|
||||||
|
==== Core ====
|
||||||
|
* #2991: Fix issues with displaying libtorrent single proxy.
|
||||||
|
* #3008: Fix libtorrent 1.2 trackers crashing Deluge UIs.
|
||||||
|
* #2990: Fix error in torrent priorities causing file priority mismatch in UIs.
|
||||||
|
|
||||||
|
==== GtkUI ====
|
||||||
|
* #3012: Configure gtkrc to use consistent button ordering on Windows.
|
||||||
|
* Fix column sort state not saved in Thinclient mode.
|
||||||
|
* #2786: Fix connection manager error with malformed ip.
|
||||||
|
* #2866: Rename SystemTray/Indicator 'Pause/Resume All' to 'Pause/Resume Session'.
|
||||||
|
* #2991: Workaround lt single proxy by greying out unused proxy types.
|
||||||
|
|
||||||
|
==== WebUI ====
|
||||||
|
* Security Fix: Check render template files exist otherwise raise 404.
|
||||||
|
|
||||||
|
==== Notification Plugin ====
|
||||||
|
* #2913: Fix webui passing string for int port value.
|
||||||
|
|
||||||
|
==== AutoAdd Plugin ====
|
||||||
|
* Add WebUI preferences page detailing lack of configuration via WebUI.
|
||||||
|
|
||||||
|
==== Label Plugin ====
|
||||||
|
* Add WebUI preferences page detailing how to configure plugin.
|
||||||
|
|
||||||
|
|
||||||
=== Deluge 1.3.14 (6 March 2017) ===
|
=== Deluge 1.3.14 (6 March 2017) ===
|
||||||
|
|
||||||
==== Core ====
|
==== Core ====
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Deluge 1.3.14\n"
|
"Project-Id-Version: Deluge 1.3.15\n"
|
||||||
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
|
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
|
||||||
"POT-Creation-Date: 2017-05-03 10:49+0100\n"
|
"POT-Creation-Date: 2017-05-03 10:49+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGE-CONSOLE 1 "March 2017" "1.3.14"
|
.TH DELUGE-CONSOLE 1 "May 2017" "1.3.15"
|
||||||
|
|
||||||
.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 "March 2017" "1.3.14"
|
.TH DELUGE-GTK 1 "May 2017" "1.3.15"
|
||||||
|
|
||||||
.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 "March 2017" "1.3.14"
|
.TH DELUGE-WEB 1 "May 2017" "1.3.15"
|
||||||
|
|
||||||
.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 "March 2017" "1.3.14"
|
.TH DELUGE 1 "May 2017" "1.3.15"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge - a bittorrent client
|
deluge - a bittorrent client
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGED 1 "March 2017" "1.3.14"
|
.TH DELUGED 1 "May 2017" "1.3.15"
|
||||||
|
|
||||||
.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.14</string>
|
<string>1.3.15</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.14</string>
|
<string>1.3.15</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>1.3.14 (c) 2008-2017 Deluge Team http://deluge-torrent.org/</string>
|
<string>1.3.15 (c) 2008-2017 Deluge Team http://deluge-torrent.org/</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 2008-2017 Deluge Team</string>
|
<string>Copyright 2008-2017 Deluge Team</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -535,7 +535,7 @@ if windows_check():
|
||||||
# Main setup
|
# Main setup
|
||||||
setup(
|
setup(
|
||||||
name = "deluge",
|
name = "deluge",
|
||||||
version = "1.3.14",
|
version = "1.3.15",
|
||||||
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…
Add table
Add a link
Reference in a new issue