Changeset 3968
- Timestamp:
- Nov 26, 2007, 12:08:43 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appcast.xml
r3816 r3968 7 7 <language>en</language> 8 8 <pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate> 9 <lastBuildDate> Mon, 12 Nov 2007 16:22:00 -0400</lastBuildDate>9 <lastBuildDate>Sun, 25 Nov 2007 19:05:00 -0400</lastBuildDate> 10 10 11 11 <item> 12 <title>Transmission 0.9 3Released</title>12 <title>Transmission 0.94 Released</title> 13 13 <description><![CDATA[ 14 14 <h4>Transmission Changes:</h4> 15 15 <ul> 16 <li>Fix "router death" bug that impaired internet connectivity</li> 17 <li>Fix bug that could cause good peer connections to be lost</li> 18 <li>Tweak request queue code to improve download speeds</li> 19 <li>Better handling of very large files on 32bit systems</li> 20 <li>Consume less battery power on laptops</li> 21 <li>Fix minor IPC parsing error</li> 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> 22 24 </ul> 23 25 24 26 <h4>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h4>]]></description> 25 <pubDate> Mon, 12 Nov 2007 16:22:00 -0400</pubDate>26 <enclosure sparkle:version="3 811" sparkle:shortVersionString="0.93" url="http://mirrors.m0k.org/transmission/files/Transmission-0.93.dmg" length="2142946" type="application/octet-stream"/>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"/> 27 29 </item> 28 30 -
trunk/configure.ac
r3802 r3968 1 AC_INIT([transmission],[0.9 3Z],[http://transmission.m0k.org/trac/newticket])2 PEERID_PREFIX="-TR09 3Z-"3 USERAGENT_PREFIX="0.9 3+"1 AC_INIT([transmission],[0.94Z],[http://transmission.m0k.org/trac/newticket]) 2 PEERID_PREFIX="-TR094Z-" 3 USERAGENT_PREFIX="0.94+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
trunk/macosx/version.sh
r3911 r3968 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR09 3Z-"11 USERAGENT_PREFIX="0.9 3+"10 PEERID_PREFIX="-TR094Z-" 11 USERAGENT_PREFIX="0.94+" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.