mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
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 ====
|
==== Core ====
|
||||||
* Increase RSA key size from 1024 to 2048 and use SHA256 digest.
|
* Increase RSA key size from 1024 to 2048 and use SHA256 digest.
|
||||||
* Fixed empty error message from certain trackers.
|
* Fixed empty error message from certain trackers.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
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"
|
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
|
||||||
"POT-Creation-Date: 2016-06-19 12:14+0100\n"
|
"POT-Creation-Date: 2016-06-19 12:14+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
@ -57,7 +57,7 @@ class AboutDialog:
|
|||||||
version = deluge.common.get_version()
|
version = deluge.common.get_version()
|
||||||
|
|
||||||
self.about.set_copyright(
|
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(
|
self.about.set_comments(
|
||||||
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
|
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
|
||||||
+ "\n\n" + _("Client:") + " %s\n" % version)
|
+ "\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
|
.SH NAME
|
||||||
deluge-console - a bittorrent client curses interface
|
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
|
.SH NAME
|
||||||
deluge-gtk - a bittorrent client gtk interface
|
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
|
.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 "September 2015" "1.3.12"
|
.TH DELUGE 1 "July 2016" "1.3.13"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge - a bittorrent client
|
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
|
.SH NAME
|
||||||
deluged - a bittorrent client daemon
|
deluged - a bittorrent client daemon
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Deluge</string>
|
<string>Deluge</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.12</string>
|
<string>1.3.13</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.12</string>
|
<string>1.3.13</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<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>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 2008-2015 Deluge Team</string>
|
<string>Copyright 2008-2016 Deluge Team</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</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.12",
|
version = "1.3.13",
|
||||||
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…
x
Reference in New Issue
Block a user