mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 11:58:36 +00:00
update trunk to 1.02+
This commit is contained in:
22
appcast.xml
22
appcast.xml
@@ -6,29 +6,21 @@
|
|||||||
<description>Most recent version available.</description>
|
<description>Most recent version available.</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<pubDate>Thu, 4 Jan 2008 15:30:00 -0400</pubDate>
|
<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>
|
<item>
|
||||||
<title>Transmission 1.01 Released</title>
|
<title>Transmission 1.02 Released</title>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<h4>Core Changes:</h4>
|
<h4>Core Changes:</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix 1.00 freezing issue</li>
|
<li>Fix 1.00 bug that choked some models of routers</li>
|
||||||
<li>Fix 1.00 assertion failure</li>
|
<li>Fix 1.00 crash in peer handshake</li>
|
||||||
<li>Improve initial connection speed</li>
|
<li>Fix 1.01 bug that sometimes froze the app for a long time</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>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
|
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>
|
<pubDate>Tue, 22 Jan 2008 15:44: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"/>
|
<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>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
AC_INIT([transmission],[1.01Z],[http://trac.transmissionbt.com/newticket])
|
AC_INIT([transmission],[1.02Z],[http://trac.transmissionbt.com/newticket])
|
||||||
PEERID_PREFIX="-TR101Z-"
|
PEERID_PREFIX="-TR102Z-"
|
||||||
USERAGENT_PREFIX="1.01+"
|
USERAGENT_PREFIX="1.02+"
|
||||||
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
||||||
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
||||||
|
|
||||||
|
|||||||
@@ -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="-TR101Z-"
|
PEERID_PREFIX="-TR102Z-"
|
||||||
USERAGENT_PREFIX="1.01+"
|
USERAGENT_PREFIX="1.02+"
|
||||||
|
|
||||||
|
|
||||||
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" | \
|
||||||
|
|||||||
Reference in New Issue
Block a user