update trunk to 1.02+

This commit is contained in:
Mitchell Livingston 2008-01-22 20:54:29 +00:00
parent f9c5fa84c4
commit 221a975c7c
3 changed files with 12 additions and 20 deletions

View File

@ -6,29 +6,21 @@
<description>Most recent version available.</description>
<language>en</language>
<pubDate>Thu, 4 Jan 2008 15:30:00 -0400</pubDate>
<lastBuildDate>Thu, 11 Jan 2008 15:40:00 -0400</lastBuildDate>
<lastBuildDate>Tue, 22 Jan 2008 15:44:00 -0400</lastBuildDate>
<item>
<title>Transmission 1.01 Released</title>
<title>Transmission 1.02 Released</title>
<description><![CDATA[
<h4>Core Changes:</h4>
<ul>
<li>Fix 1.00 freezing issue</li>
<li>Fix 1.00 assertion failure</li>
<li>Improve initial connection speed</li>
<li>Added connection throttle to avoid router overload</li>
<li>Improve reconnection to peers with imperfect network connections</li>
</ul>
<h4>Mac Changes:</h4>
<ul>
<li>Leopard: Double-click icon to reveal in Finder, progress string to toggle selected and total, and anywhere else to toggle the inspector</li>
<li>Leopard: Better behavior with Time Machine</li>
<li>Fix bugs with Clutch support</li>
<li>Fix 1.00 bug that choked some models of routers</li>
<li>Fix 1.00 crash in peer handshake</li>
<li>Fix 1.01 bug that sometimes froze the app for a long time</li>
</ul>
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
<pubDate>Thu, 4 Jan 2008 15:40:00 -0400</pubDate>
<enclosure sparkle:version="4635" sparkle:shortVersionString="1.01" url="http://mirrors.m0k.org/transmission/files/Transmission-1.01.dmg" length="2414351" type="application/octet-stream"/>
<pubDate>Tue, 22 Jan 2008 15:44:00 -0400</pubDate>
<enclosure sparkle:version="4794" sparkle:shortVersionString="1.02" url="http://mirrors.m0k.org/transmission/files/Transmission-1.02.dmg" length="2400989" type="application/octet-stream"/>
</item>
</channel>

View File

@ -1,6 +1,6 @@
AC_INIT([transmission],[1.01Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR101Z-"
USERAGENT_PREFIX="1.01+"
AC_INIT([transmission],[1.02Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR102Z-"
USERAGENT_PREFIX="1.02+"
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])

View File

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