Bump version to 1.3.13 and update dates
This commit is contained in:
parent
454c7be364
commit
2263463114
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue