Changeset 602a91


Ignore:
Timestamp:
09/13/2015 08:32:11 PM (10 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
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)
Message:

Bump version to 1.3.12

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) ===
    22==== GtkUI ====
    33        * #2731: Fix potential AttributeError in is_on_active_workspace
  • deluge/i18n/deluge.pot

    r6a8f24 r602a91  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Deluge 1.3.11\n"
     9"Project-Id-Version: Deluge 1.3.12\n"
    1010"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
    1111"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"
    22
    33.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"
    22
    33.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"
    22
    33.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"
    22
    33.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"
    22
    33.SH NAME
  • osx/Info.plist

    r6a8f24 r602a91  
    1212        <string>Deluge</string>
    1313        <key>CFBundleShortVersionString</key>
    14         <string>1.3.11</string>
     14        <string>1.3.12</string>
    1515        <key>CFBundleVersion</key>
    16         <string>1.3.11</string>
     16        <string>1.3.12</string>
    1717        <key>CFBundleGetInfoString</key>
    18         <string>1.3.11 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
     18        <string>1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/</string>
    1919        <key>NSHumanReadableCopyright</key>
    20         <string>Copyright 2008-2014 Deluge Team</string>
     20        <string>Copyright 2008-2015 Deluge Team</string>
    2121        <key>CFBundleDevelopmentRegion</key>
    2222        <string>English</string>
  • setup.py

    r6a8f24 r602a91  
    536536setup(
    537537    name = "deluge",
    538     version = "1.3.11",
     538    version = "1.3.12",
    539539    fullname = "Deluge Bittorrent Client",
    540540    description = "Bittorrent Client",
Note: See TracChangeset for help on using the changeset viewer.