Changeset 5509


Ignore:
Timestamp:
Apr 4, 2008, 7:01:31 PM (15 years ago)
Author:
livings124
Message:

update trunk to 1.11+

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r5505 r5509  
    331.20 (2008/xx/yy)
    44- All Platforms
    5    + IP Blocking using the Bluetack Level1 blocklist
     5   + IP blocking using the Bluetack Level1 blocklist
    66- Mac
    77   + Display of decimal numbers matches system international settings
    88
    9 1.11 (2008/xx/yy)
     91.11 (2008/04/04)
    1010- Mac
    1111   + Fix visual glitch with the tracker inspector tab when there is no scrape address
  • trunk/appcast.xml

    r5426 r5509  
    77    <language>en</language>
    88    <pubDate>Fri, 28 Mar 2008 13:46:00 -0400</pubDate>
    9     <lastBuildDate>Fri, 28 Mar 2008 13:46:00 -0400</lastBuildDate>
     9    <lastBuildDate>Fri, 4 Apr 2008 14:54:00 -0400</lastBuildDate>
    1010
    1111        <item>
    12       <title>Transmission 1.10 Released</title>
     12      <title>Transmission 1.11 Released</title>
    1313      <description><![CDATA[
    14 <h4>Core Changes:</h4>
    15 <ul>
    16  <li>Stop torrents when downloading and the disk becomes full</li>
    17  <li>Removing a torrent also removes it from the cache</li>
    18  <li>Smaller memory footprint per-torrent and per-peer</li>
    19  <li>Various backend bugfixes & improvements</li>
    20 </ul>
    2114<h4>Mac-specific Changes:</h4>
    2215<ul>
    23  <li>Window when adding torrents to select files and other settings</li>
    24  <li>Leopard: Collapsable group dividers</li>
    25  <li>Use the file icon as the per-torrent action button</li>
    26  <li>Tracker tab in the inspector</li>
    27  <li>Message log specifies the torrent/activity the message relates to</li>
    28  <li>Updated images in the inspector</li>
    29  <li>Optional display of remaining time while seeding in Minimal View</li>
    30  <li>Improved accuracy for displaying the remaining disk space warning</li>
     16 <li>Fix visual glitch with the tracker inspector tab when there is no scrape address</li>
     17 <li>Only make the progress status string clickable on multi-file torrents</li>
     18 <li>Traditional Chinese localization, updated Russian localization</li>
    3119</ul>
    3220
    3321Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
    34       <pubDate>Fri, 28 Mar 2008 13:46:00 -0400</pubDate>
    35       <enclosure sparkle:version="5422" sparkle:shortVersionString="1.10" url="http://mirrors.m0k.org/transmission/files/Transmission-1.10.dmg" length="2776781" type="application/octet-stream"/>
     22      <pubDate>Fri, 4 Apr 2008 14:54:00 -0400</pubDate>
     23      <enclosure sparkle:version="5504" sparkle:shortVersionString="1.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.11.dmg" length="2923743" type="application/octet-stream"/>
    3624    </item>
    3725   
  • trunk/configure.ac

    r5419 r5509  
    1 AC_INIT([transmission],[1.10Z],[http://trac.transmissionbt.com/newticket])
    2 PEERID_PREFIX="-TR110Z-"
    3 USERAGENT_PREFIX="1.10+"
     1AC_INIT([transmission],[1.11Z],[http://trac.transmissionbt.com/newticket])
     2PEERID_PREFIX="-TR111Z-"
     3USERAGENT_PREFIX="1.11+"
    44AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
    55AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
  • trunk/macosx/version.sh

    r5419 r5509  
    88#         "0" for stable, supported releases
    99# these should be the only two lines you need to change
    10 PEERID_PREFIX="-TR110Z-"
    11 USERAGENT_PREFIX="1.10+"
     10PEERID_PREFIX="-TR111Z-"
     11USERAGENT_PREFIX="1.11+"
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.