mirror of
https://github.com/transmission/transmission
synced 2025-03-12 23:23:54 +00:00
update trunk to 1.06+
This commit is contained in:
parent
ac3bb3cd39
commit
14edc2cfe8
3 changed files with 14 additions and 14 deletions
18
appcast.xml
18
appcast.xml
|
@ -6,23 +6,23 @@
|
|||
<description>Most recent version available.</description>
|
||||
<language>en</language>
|
||||
<pubDate>Thu, 4 Jan 2008 15:30:00 -0400</pubDate>
|
||||
<lastBuildDate>Fri, 8 Feb 2008 22:21:00 -0400</lastBuildDate>
|
||||
<lastBuildDate>Tue, 26 Feb 2008 20:07:00 -0400</lastBuildDate>
|
||||
|
||||
<item>
|
||||
<title>Transmission 1.05 Released</title>
|
||||
<title>Transmission 1.06 Released</title>
|
||||
<description><![CDATA[
|
||||
<h4>Core Changes:</h4>
|
||||
<ul>
|
||||
<li>Fix 1.04 crash when parsing bencoded data</li>
|
||||
</ul>
|
||||
<h4>Mac Changes:</h4>
|
||||
<ul>
|
||||
<li>Fix bug remembering reordered groups</li>
|
||||
<li>Improvements and bugfixes to "Verify Local Data"</li>
|
||||
<li>Use less CPU</li>
|
||||
<li>Fix support for multitracker torrents</li>
|
||||
<li>Updated UPnP code to miniupnpc-1.0</li>
|
||||
<li>Fix two shutdown memory errors</li>
|
||||
</ul>
|
||||
|
||||
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
|
||||
<pubDate>Fri, 8 Feb 2008 22:21:00 -0400</pubDate>
|
||||
<enclosure sparkle:version="4987" sparkle:shortVersionString="1.05" url="http://mirrors.m0k.org/transmission/files/Transmission-1.05.dmg" length="2659704" type="application/octet-stream"/>
|
||||
<pubDate>Tue, 26 Feb 2008 20:07:00 -0400</pubDate>
|
||||
<enclosure sparkle:version="5115" sparkle:shortVersionString="1.06" url="http://mirrors.m0k.org/transmission/files/Transmission-1.06.dmg" length="2402771" type="application/octet-stream"/>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_INIT([transmission],[1.05Z],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR105Z-"
|
||||
USERAGENT_PREFIX="1.05+"
|
||||
AC_INIT([transmission],[1.06Z],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR106Z-"
|
||||
USERAGENT_PREFIX="1.06+"
|
||||
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
||||
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
||||
|
||||
|
|
|
@ -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="-TR105Z-"
|
||||
USERAGENT_PREFIX="1.05+"
|
||||
PEERID_PREFIX="-TR106Z-"
|
||||
USERAGENT_PREFIX="1.06+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
|
Loading…
Add table
Reference in a new issue