Changeset 3510
- Timestamp:
- Oct 24, 2007, 2:38:04 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r3503 r3510 1 1 NEWS file for Transmission <http://transmission.m0k.org/> 2 2 3 0.90 (2007/ xx/yy)3 0.90 (2007/10/23) 4 4 - Encryption support, with option to ignore unencrypted peers 5 5 - Ban peers that send too much bad data -
trunk/appcast.xml
r3312 r3510 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate>Mon, 6 Aug 2007 21:55:00 -0400</pubDate> 9 <lastBuildDate>Sun, 9 Sep 2007 18:00:00 -0400</lastBuildDate> 8 <pubDate>Tue, 23 Oct 2007 22:50:00 -0400</pubDate> 9 <lastBuildDate>Tue, 23 Oct 2007 22:50:00 -0400</lastBuildDate> 10 11 <item> 12 <title>Transmission 0.90 Released</title> 13 <description><![CDATA[ 14 <h3>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h3> 15 16 <h4>Transmission Changes:</h4> 17 <ul> 18 <li>Encryption support, with option to ignore unencrypted peers</li> 19 <li>Ban peers that send too much bad data</li> 20 <li>Only report downloaded, verified good pieces in tracker `download' field</li> 21 <li>Improved compliance with BitTorrent spec</li> 22 <li>MSE Tracker Extension support</li> 23 <li>Significant rewrite of the libtransmission back-end</li> 24 <li>Icon enhanced to support size of 512 x 512</li> 25 </ul> 26 <h4>Mac-Specific Changes:</h4> 27 <ul> 28 <li>Per-torrent action menu</li> 29 <li>Redesigned inspector with additional statistics and ability to be resized vertically in Peers and Files tabs</li> 30 <li>Redesigned message log</li> 31 <li>Optimizations to decrease memory usage</li> 32 <li>Sort and filter by tracker</li> 33 <li>Various smaller interface additions and improvements</li> 34 </ul>]]></description> 35 <pubDate>Tue, 23 Oct 2007 22:50:00 -0400</pubDate> 36 <enclosure sparkle:version="2641" sparkle:shortVersionString="0.90" url="http://mirrors.m0k.org/transmission/files/Transmission-0.90.dmg" length="2063634" type="application/octet-stream"/> 37 </item> 10 38 11 39 <item> -
trunk/mk/version.sh
r3106 r3510 6 6 # BETA: "Z" for beta, "0" for stable 7 7 # these should be the only two lines you need to change 8 PEERID_PREFIX="-TR0 82Z-"9 USERAGENT_PREFIX="0. 82+"8 PEERID_PREFIX="-TR0900-" 9 USERAGENT_PREFIX="0.90" 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.