summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog27
-rw-r--r--deluge/i18n/deluge.pot2
-rw-r--r--docs/man/deluge-console.12
-rw-r--r--docs/man/deluge-gtk.12
-rw-r--r--docs/man/deluge-web.12
-rw-r--r--docs/man/deluge.12
-rw-r--r--docs/man/deluged.12
-rw-r--r--osx/Info.plist6
-rwxr-xr-xsetup.py2
9 files changed, 37 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 2de9c5b1f..5a8efa9b9 100644
--- a/ChangeLog
+++ b/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) ===
==== Core ====
diff --git a/deluge/i18n/deluge.pot b/deluge/i18n/deluge.pot
index 208e322a3..a683da7c3 100644
--- a/deluge/i18n/deluge.pot
+++ b/deluge/i18n/deluge.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
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"
"POT-Creation-Date: 2017-05-03 10:49+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1
index 74e3ef544..8aff8058a 100644
--- a/docs/man/deluge-console.1
+++ b/docs/man/deluge-console.1
@@ -1,4 +1,4 @@
-.TH DELUGE-CONSOLE 1 "March 2017" "1.3.14"
+.TH DELUGE-CONSOLE 1 "May 2017" "1.3.15"
.SH NAME
deluge-console - a bittorrent client curses interface
diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1
index fc38ce352..55ac44d50 100644
--- a/docs/man/deluge-gtk.1
+++ b/docs/man/deluge-gtk.1
@@ -1,4 +1,4 @@
-.TH DELUGE-GTK 1 "March 2017" "1.3.14"
+.TH DELUGE-GTK 1 "May 2017" "1.3.15"
.SH NAME
deluge-gtk - a bittorrent client gtk interface
diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1
index 4a76235c3..66fdf15a8 100644
--- a/docs/man/deluge-web.1
+++ b/docs/man/deluge-web.1
@@ -1,4 +1,4 @@
-.TH DELUGE-WEB 1 "March 2017" "1.3.14"
+.TH DELUGE-WEB 1 "May 2017" "1.3.15"
.SH NAME
deluge-web - a bittorrent client ajax web interface
diff --git a/docs/man/deluge.1 b/docs/man/deluge.1
index 965f09be6..9db78815d 100644
--- a/docs/man/deluge.1
+++ b/docs/man/deluge.1
@@ -1,4 +1,4 @@
-.TH DELUGE 1 "March 2017" "1.3.14"
+.TH DELUGE 1 "May 2017" "1.3.15"
.SH NAME
deluge - a bittorrent client
diff --git a/docs/man/deluged.1 b/docs/man/deluged.1
index e5367d057..6b3638217 100644
--- a/docs/man/deluged.1
+++ b/docs/man/deluged.1
@@ -1,4 +1,4 @@
-.TH DELUGED 1 "March 2017" "1.3.14"
+.TH DELUGED 1 "May 2017" "1.3.15"
.SH NAME
deluged - a bittorrent client daemon
diff --git a/osx/Info.plist b/osx/Info.plist
index 3e27afc53..c07750182 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -11,11 +11,11 @@
<key>CFBundleExecutable</key>
<string>Deluge</string>
<key>CFBundleShortVersionString</key>
- <string>1.3.14</string>
+ <string>1.3.15</string>
<key>CFBundleVersion</key>
- <string>1.3.14</string>
+ <string>1.3.15</string>
<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>
<string>Copyright 2008-2017 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
diff --git a/setup.py b/setup.py
index f5054feab..118e06710 100755
--- a/setup.py
+++ b/setup.py
@@ -535,7 +535,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
- version = "1.3.14",
+ version = "1.3.15",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",