Bump version to 1.3.13 and update dates

This commit is contained in:
Calum Lind 2016-07-20 15:23:28 +01:00
parent 454c7be364
commit 2263463114
10 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
=== Deluge 1.3.13 (In Progress) ===
=== Deluge 1.3.13 (20 July 2016) ===
==== Core ====
* Increase RSA key size from 1024 to 2048 and use SHA256 digest.
* Fixed empty error message from certain trackers.

View File

@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Deluge 1.3.12\n"
"Project-Id-Version: Deluge 1.3.13\n"
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
"POT-Creation-Date: 2016-06-19 12:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

View File

@ -57,7 +57,7 @@ class AboutDialog:
version = deluge.common.get_version()
self.about.set_copyright(
_("Copyright %(year_start)s-%(year_end)s Deluge Team") % {"year_start": 2007, "year_end": 2015})
_("Copyright %(year_start)s-%(year_end)s Deluge Team") % {"year_start": 2007, "year_end": 2016})
self.about.set_comments(
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
+ "\n\n" + _("Client:") + " %s\n" % version)

View File

@ -1,4 +1,4 @@
.TH DELUGE-CONSOLE 1 "September 2015" "1.3.12"
.TH DELUGE-CONSOLE 1 "July 2016" "1.3.13"
.SH NAME
deluge-console - a bittorrent client curses interface

View File

@ -1,4 +1,4 @@
.TH DELUGE-GTK 1 "September 2015" "1.3.12"
.TH DELUGE-GTK 1 "July 2016" "1.3.13"
.SH NAME
deluge-gtk - a bittorrent client gtk interface

View File

@ -1,4 +1,4 @@
.TH DELUGE-WEB 1 "September 2015" "1.3.12"
.TH DELUGE-WEB 1 "July 2016" "1.3.13"
.SH NAME
deluge-web - a bittorrent client ajax web interface

View File

@ -1,4 +1,4 @@
.TH DELUGE 1 "September 2015" "1.3.12"
.TH DELUGE 1 "July 2016" "1.3.13"
.SH NAME
deluge - a bittorrent client

View File

@ -1,4 +1,4 @@
.TH DELUGED 1 "September 2015" "1.3.12"
.TH DELUGED 1 "July 2016" "1.3.13"
.SH NAME
deluged - a bittorrent client daemon

View File

@ -11,13 +11,13 @@
<key>CFBundleExecutable</key>
<string>Deluge</string>
<key>CFBundleShortVersionString</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CFBundleVersion</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CFBundleGetInfoString</key>
<string>1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/</string>
<string>1.3.13 (c) 2008-2016 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2015 Deluge Team</string>
<string>Copyright 2008-2016 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>

View File

@ -535,7 +535,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
version = "1.3.12",
version = "1.3.13",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",