summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-10-04 23:30:05 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-10-04 23:33:07 +0100
commitd3f47097c1e74d5a6a69b808fcd695994a79ce44 (patch)
tree230db11d8f852921251826b5a032b46019aae939
parent7a2092d3c48bf08c9812b29bac8b0a515cef73bf (diff)
downloaddeluge-1.3.9.tar.gz
deluge-1.3.9.tar.bz2
deluge-1.3.9.zip
Update changelog and bump version to 1.3.9deluge-1.3.9
-rw-r--r--ChangeLog4
-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
8 files changed, 13 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 12694c825..4839d6f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+=== Deluge 1.3.9 (4 October 2014) ===
+==== GtkUI ====
+ * #2514: Fix every torrent is displayed twice in classic mode
+
=== Deluge 1.3.8 (4 October 2014) ===
==== Core ====
* #1126 & #2322: Emit FinishedEvent after moving storage complete
diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1
index 8677e3841..1f727c006 100644
--- a/docs/man/deluge-console.1
+++ b/docs/man/deluge-console.1
@@ -1,4 +1,4 @@
-.TH DELUGE-CONSOLE 1 "October 2014" "1.3.8"
+.TH DELUGE-CONSOLE 1 "October 2014" "1.3.9"
.SH NAME
deluge-console - a bittorrent client curses interface
diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1
index d0306f80e..cf792c274 100644
--- a/docs/man/deluge-gtk.1
+++ b/docs/man/deluge-gtk.1
@@ -1,4 +1,4 @@
-.TH DELUGE-GTK 1 "October 2014" "1.3.8"
+.TH DELUGE-GTK 1 "October 2014" "1.3.9"
.SH NAME
deluge-gtk - a bittorrent client gtk interface
diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1
index 7a62eeb46..cab37f474 100644
--- a/docs/man/deluge-web.1
+++ b/docs/man/deluge-web.1
@@ -1,4 +1,4 @@
-.TH DELUGE-WEB 1 "October 2014" "1.3.8"
+.TH DELUGE-WEB 1 "October 2014" "1.3.9"
.SH NAME
deluge-web - a bittorrent client ajax web interface
diff --git a/docs/man/deluge.1 b/docs/man/deluge.1
index 3af44b8eb..a4d2a7f12 100644
--- a/docs/man/deluge.1
+++ b/docs/man/deluge.1
@@ -1,4 +1,4 @@
-.TH DELUGE 1 "October 2014" "1.3.8"
+.TH DELUGE 1 "October 2014" "1.3.9"
.SH NAME
deluge - a bittorrent client
diff --git a/docs/man/deluged.1 b/docs/man/deluged.1
index 907b599bd..b4036c3ce 100644
--- a/docs/man/deluged.1
+++ b/docs/man/deluged.1
@@ -1,4 +1,4 @@
-.TH DELUGED 1 "October 2014" "1.3.8"
+.TH DELUGED 1 "October 2014" "1.3.9"
.SH NAME
deluged - a bittorrent client daemon
diff --git a/osx/Info.plist b/osx/Info.plist
index 592461105..ebf74e07b 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.8</string>
+ <string>1.3.9</string>
<key>CFBundleVersion</key>
- <string>1.3.8</string>
+ <string>1.3.9</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.8 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
+ <string>1.3.9 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2014 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
diff --git a/setup.py b/setup.py
index b9de2b71c..b3c91b6a8 100755
--- a/setup.py
+++ b/setup.py
@@ -533,7 +533,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
- version = "1.3.8",
+ version = "1.3.9",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",