Changeset 4070
- Timestamp:
- Dec 5, 2007, 3:48:25 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r4038 r4070 6 6 + Option to prefer not using encryption 7 7 + Restore `scrape' feature in the command-line interface client 8 + Updated icon 8 9 - OS X: 9 10 + Statistics window … … 17 18 + Statistics window 18 19 19 0.95 (2007/12/ xx)20 0.95 (2007/12/04) 20 21 - All Platforms: 21 22 + Fix router errors caused by sending too many tracker requests at once -
trunk/appcast.xml
r3968 r4070 7 7 <language>en</language> 8 8 <pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate> 9 <lastBuildDate> Sun, 25 Nov 2007 19:05:00 -0400</lastBuildDate>9 <lastBuildDate>Tue, 4 Dec 2007 22:45:00 -0400</lastBuildDate> 10 10 11 11 <item> 12 <title>Transmission 0.9 4Released</title>12 <title>Transmission 0.95 Released</title> 13 13 <description><![CDATA[ 14 <h4> TransmissionChanges:</h4>14 <h4>Core Changes:</h4> 15 15 <ul> 16 <li>Faster average download speeds</li> 17 <li>Automatically ban peers that send us too many corrupt pieces</li> 18 <li>Fix a crash that occurred if a peer sent us an incomplete message</li> 19 <li>Fix portmapping crash</li> 20 <li>Fix bug that left files open after their torrents were stopped</li> 21 <li>Fix 0.93 file permissions bug</li> 22 <li>Fix tracker redirect error</li> 23 <li>Fix LTEP PEX bug</li> 16 <li>Fix router errors caused by sending too many tracker requests at once</li> 17 <li>Fix bug that let speed-limited torrents upload too quickly</li> 18 <li>Faster average upload speedse</li> 19 <li>Faster connection to peers after starting a torrent</li> 20 <li>Fix memory corruption error</li> 21 <li>Disable SWIFT for ratio-based trackers</li> 22 </ul> 23 <h4>Mac Changes:</h4> 24 <ul> 25 <li>Leopard: Fix for NAT-PMP port mapping</li> 24 26 </ul> 25 27 26 28 <h4>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h4>]]></description> 27 <pubDate> Sun, 25 Nov 2007 19:05:00 -0400</pubDate>28 <enclosure sparkle:version=" 3959" sparkle:shortVersionString="0.94" url="http://mirrors.m0k.org/transmission/files/Transmission-0.94.dmg" length="2405004" type="application/octet-stream"/>29 <pubDate>Tue, 4 Dec 2007 22:45:00 -0400</pubDate> 30 <enclosure sparkle:version="4067" sparkle:shortVersionString="0.95" url="http://mirrors.m0k.org/transmission/files/Transmission-0.95.dmg" length="2406867" type="application/octet-stream"/> 29 31 </item> 30 32 -
trunk/configure.ac
r3968 r4070 1 AC_INIT([transmission],[0.9 4Z],[http://transmission.m0k.org/trac/newticket])2 PEERID_PREFIX="-TR09 4Z-"3 USERAGENT_PREFIX="0.9 4+"1 AC_INIT([transmission],[0.95Z],[http://transmission.m0k.org/trac/newticket]) 2 PEERID_PREFIX="-TR095Z-" 3 USERAGENT_PREFIX="0.95+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
trunk/macosx/version.sh
r3968 r4070 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR09 4Z-"11 USERAGENT_PREFIX="0.9 4+"10 PEERID_PREFIX="-TR095Z-" 11 USERAGENT_PREFIX="0.95+" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.