Changeset 602a91
- Timestamp:
- 09/13/2015 08:32:11 PM (10 years ago)
- Children:
- 1b974d
- Parents:
- 6a8f24
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (09/12/2015 11:09:52 AM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (09/13/2015 08:32:11 PM)
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r6a8f24 r602a91 1 === Deluge 1.3.12 ( In Development) ===1 === Deluge 1.3.12 (13 September 2015) === 2 2 ==== GtkUI ==== 3 3 * #2731: Fix potential AttributeError in is_on_active_workspace -
deluge/i18n/deluge.pot
r6a8f24 r602a91 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Deluge 1.3.1 1\n"9 "Project-Id-Version: Deluge 1.3.12\n" 10 10 "Report-Msgid-Bugs-To: http://deluge-torrent.org\n" 11 11 "POT-Creation-Date: 2015-09-12 11:55+0100\n" -
docs/man/deluge-console.1
r6a8f24 r602a91 1 .TH DELUGE-CONSOLE 1 " November 2014" "1.3.11"1 .TH DELUGE-CONSOLE 1 "September 2015" "1.3.12" 2 2 3 3 .SH NAME -
docs/man/deluge-gtk.1
r6a8f24 r602a91 1 .TH DELUGE-GTK 1 " November 2014" "1.3.11"1 .TH DELUGE-GTK 1 "September 2015" "1.3.12" 2 2 3 3 .SH NAME -
docs/man/deluge-web.1
r6a8f24 r602a91 1 .TH DELUGE-WEB 1 " November 2014" "1.3.11"1 .TH DELUGE-WEB 1 "September 2015" "1.3.12" 2 2 3 3 .SH NAME -
docs/man/deluge.1
r6a8f24 r602a91 1 .TH DELUGE 1 " November 2014" "1.3.11"1 .TH DELUGE 1 "September 2015" "1.3.12" 2 2 3 3 .SH NAME -
docs/man/deluged.1
r6a8f24 r602a91 1 .TH DELUGED 1 " November 2014" "1.3.11"1 .TH DELUGED 1 "September 2015" "1.3.12" 2 2 3 3 .SH NAME -
osx/Info.plist
r6a8f24 r602a91 12 12 <string>Deluge</string> 13 13 <key>CFBundleShortVersionString</key> 14 <string>1.3.1 1</string>14 <string>1.3.12</string> 15 15 <key>CFBundleVersion</key> 16 <string>1.3.1 1</string>16 <string>1.3.12</string> 17 17 <key>CFBundleGetInfoString</key> 18 <string>1.3.1 1 (c) 2008-2014Deluge Team http://deluge-torrent.org/</string>18 <string>1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/</string> 19 19 <key>NSHumanReadableCopyright</key> 20 <string>Copyright 2008-201 4Deluge Team</string>20 <string>Copyright 2008-2015 Deluge Team</string> 21 21 <key>CFBundleDevelopmentRegion</key> 22 22 <string>English</string> -
setup.py
r6a8f24 r602a91 536 536 setup( 537 537 name = "deluge", 538 version = "1.3.1 1",538 version = "1.3.12", 539 539 fullname = "Deluge Bittorrent Client", 540 540 description = "Bittorrent Client",
Note:
See TracChangeset
for help on using the changeset viewer.