Changeset 4123
- Timestamp:
- Dec 11, 2007, 2:47:49 AM (15 years ago)
- Location:
- branches/0.9x
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/NEWS
r4119 r4123 1 1 NEWS file for Transmission <http://transmission.m0k.org/> 2 2 3 0.96 (2007/12/ yy)3 0.96 (2007/12/10) 4 4 - All Platforms: 5 5 + Fix 0.95 data corruption error 6 + Fix 0.95 bug that broke UP NP6 + Fix 0.95 bug that broke UPnP 7 7 - OS X: 8 8 + Fix bug where dragging non-torrent files over the main window could cause excessive memory use -
branches/0.9x/appcast.xml
r4069 r4123 7 7 <language>en</language> 8 8 <pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate> 9 <lastBuildDate> Tue, 4 Dec 2007 22:45:00 -0400</lastBuildDate>9 <lastBuildDate>Mon, 10 Dec 2007 18:00:00 -0400</lastBuildDate> 10 10 11 11 <item> 12 <title>Transmission 0.9 5Released</title>12 <title>Transmission 0.96 Released</title> 13 13 <description><![CDATA[ 14 14 <h4>Core Changes:</h4> 15 15 <ul> 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> 16 <li>Fix 0.95 data corruption error</li> 17 <li>Fix 0.95 bug that broke UPnP</li> 22 18 </ul> 23 19 <h4>Mac Changes:</h4> 24 20 <ul> 25 <li> Leopard: Fix for NAT-PMP port mapping</li>21 <li>Fix bug where dragging non-torrent files over the main window could cause excessive memory use</li> 26 22 </ul> 27 23 28 24 <h4>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h4>]]></description> 29 <pubDate> Tue, 4 Dec 2007 22:45:00 -0400</pubDate>30 <enclosure sparkle:version="4 067" sparkle:shortVersionString="0.95" url="http://mirrors.m0k.org/transmission/files/Transmission-0.95.dmg" length="2406867" type="application/octet-stream"/>25 <pubDate>Mon, 10 Dec 2007 18:00:00 -0400</pubDate> 26 <enclosure sparkle:version="4122" sparkle:shortVersionString="0.96" url="http://mirrors.m0k.org/transmission/files/Transmission-0.96.dmg" length="2407079" type="application/octet-stream"/> 31 27 </item> 32 28 -
branches/0.9x/configure.ac
r4068 r4123 1 AC_INIT([transmission],[0.9 5],[http://transmission.m0k.org/trac/newticket])1 AC_INIT([transmission],[0.96],[http://transmission.m0k.org/trac/newticket]) 2 2 3 3 dnl constraint: strlen(MAJOR MINOR MAINT BETA) must be 4 4 4 dnl convention: BETA: "Z" for a beta, "0" for a stable 5 PEERID_PREFIX="-TR09 50-"6 USERAGENT_PREFIX="0.9 5"5 PEERID_PREFIX="-TR0960-" 6 USERAGENT_PREFIX="0.96" 7 7 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 8 8 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
branches/0.9x/macosx/version.sh
r4120 r4123 6 6 # BETA: "Z" for developmental, "X" for beta, "0" for stable 7 7 # these should be the only two lines you need to change 8 PEERID_PREFIX="-TR09 5X-"9 USERAGENT_PREFIX="0.96 Test Build"8 PEERID_PREFIX="-TR0960-" 9 USERAGENT_PREFIX="0.96" 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.