1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

update trunk's appcast and version info

This commit is contained in:
Mitchell Livingston 2007-11-26 00:08:43 +00:00
parent ff395be451
commit 1fe9d15e31
3 changed files with 17 additions and 15 deletions

View file

@ -6,24 +6,26 @@
<description>Most recent version available.</description> <description>Most recent version available.</description>
<language>en</language> <language>en</language>
<pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate> <pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate>
<lastBuildDate>Mon, 12 Nov 2007 16:22:00 -0400</lastBuildDate> <lastBuildDate>Sun, 25 Nov 2007 19:05:00 -0400</lastBuildDate>
<item> <item>
<title>Transmission 0.93 Released</title> <title>Transmission 0.94 Released</title>
<description><![CDATA[ <description><![CDATA[
<h4>Transmission Changes:</h4> <h4>Transmission Changes:</h4>
<ul> <ul>
<li>Fix "router death" bug that impaired internet connectivity</li> <li>Faster average download speeds</li>
<li>Fix bug that could cause good peer connections to be lost</li> <li>Automatically ban peers that send us too many corrupt pieces</li>
<li>Tweak request queue code to improve download speeds</li> <li>Fix a crash that occurred if a peer sent us an incomplete message</li>
<li>Better handling of very large files on 32bit systems</li> <li>Fix portmapping crash</li>
<li>Consume less battery power on laptops</li> <li>Fix bug that left files open after their torrents were stopped</li>
<li>Fix minor IPC parsing error</li> <li>Fix 0.93 file permissions bug</li>
<li>Fix tracker redirect error</li>
<li>Fix LTEP PEX bug</li>
</ul> </ul>
<h4>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h4>]]></description> <h4>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h4>]]></description>
<pubDate>Mon, 12 Nov 2007 16:22:00 -0400</pubDate> <pubDate>Sun, 25 Nov 2007 19:05:00 -0400</pubDate>
<enclosure sparkle:version="3811" sparkle:shortVersionString="0.93" url="http://mirrors.m0k.org/transmission/files/Transmission-0.93.dmg" length="2142946" type="application/octet-stream"/> <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"/>
</item> </item>
</channel> </channel>

View file

@ -1,6 +1,6 @@
AC_INIT([transmission],[0.93Z],[http://transmission.m0k.org/trac/newticket]) AC_INIT([transmission],[0.94Z],[http://transmission.m0k.org/trac/newticket])
PEERID_PREFIX="-TR093Z-" PEERID_PREFIX="-TR094Z-"
USERAGENT_PREFIX="0.93+" USERAGENT_PREFIX="0.94+"
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])

View file

@ -7,8 +7,8 @@
# "Z" for unsupported trunk builds, # "Z" for unsupported trunk builds,
# "0" for stable, supported releases # "0" for stable, supported releases
# these should be the only two lines you need to change # these should be the only two lines you need to change
PEERID_PREFIX="-TR093Z-" PEERID_PREFIX="-TR094Z-"
USERAGENT_PREFIX="0.93+" USERAGENT_PREFIX="0.94+"
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \ SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \