Changeset 5509
- Timestamp:
- Apr 4, 2008, 7:01:31 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r5505 r5509 3 3 1.20 (2008/xx/yy) 4 4 - All Platforms 5 + IP Blocking using the Bluetack Level1 blocklist5 + IP blocking using the Bluetack Level1 blocklist 6 6 - Mac 7 7 + Display of decimal numbers matches system international settings 8 8 9 1.11 (2008/ xx/yy)9 1.11 (2008/04/04) 10 10 - Mac 11 11 + Fix visual glitch with the tracker inspector tab when there is no scrape address -
trunk/appcast.xml
r5426 r5509 7 7 <language>en</language> 8 8 <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> 10 10 11 11 <item> 12 <title>Transmission 1.1 0Released</title>12 <title>Transmission 1.11 Released</title> 13 13 <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>21 14 <h4>Mac-specific Changes:</h4> 22 15 <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> 31 19 </ul> 32 20 33 21 Transmission 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="5 422" 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"/> 36 24 </item> 37 25 -
trunk/configure.ac
r5419 r5509 1 AC_INIT([transmission],[1.1 0Z],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR11 0Z-"3 USERAGENT_PREFIX="1.1 0+"1 AC_INIT([transmission],[1.11Z],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR111Z-" 3 USERAGENT_PREFIX="1.11+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
trunk/macosx/version.sh
r5419 r5509 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR11 0Z-"11 USERAGENT_PREFIX="1.1 0+"10 PEERID_PREFIX="-TR111Z-" 11 USERAGENT_PREFIX="1.11+" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.