1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

trunk: update appcast and version

This commit is contained in:
Mitchell Livingston 2008-02-09 04:07:32 +00:00
parent 16dcece6ab
commit 0df97ab3b5
4 changed files with 16 additions and 13 deletions

4
NEWS
View file

@ -7,9 +7,9 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
+ Use the file icon as the per-torrent action button
+ Updated images in the inspector
1.05 (2008/02/yy)
1.05 (2008/02/08)
- All Platforms:
+ Fix 1.04 crash
+ Fix 1.04 crash when parsing bencoded data
+ Packaging improvements
- Mac
+ Fix bug remembering reordered groups

View file

@ -6,20 +6,23 @@
<description>Most recent version available.</description>
<language>en</language>
<pubDate>Thu, 4 Jan 2008 15:30:00 -0400</pubDate>
<lastBuildDate>Thu, 31 Jan 2008 23:42:00 -0400</lastBuildDate>
<lastBuildDate>Fri, 8 Feb 2008 22:21:00 -0400</lastBuildDate>
<item>
<title>Transmission 1.04 Released</title>
<title>Transmission 1.05 Released</title>
<description><![CDATA[
<h4>Core Changes:</h4>
<ul>
<li>Fix (potential) remote crash bug with extension protocol</li>
<li>Fix bug when verifying a torrent and pressing `pause'</li>
<li>Fix 1.04 crash when parsing bencoded data</li>
</ul>
<h4>Mac Changes:</h4>
<ul>
<li>Fix bug remembering reordered groups</li>
</ul>
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
<pubDate>Thu, 31 Jan 2008 23:42:00 -0400</pubDate>
<enclosure sparkle:version="4885" sparkle:shortVersionString="1.04" url="http://mirrors.m0k.org/transmission/files/Transmission-1.04.dmg" length="2640367" type="application/octet-stream"/>
<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"/>
</item>
</channel>

View file

@ -1,6 +1,6 @@
AC_INIT([transmission],[1.04Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR104Z-"
USERAGENT_PREFIX="1.04+"
AC_INIT([transmission],[1.05Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR105Z-"
USERAGENT_PREFIX="1.05+"
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="-TR104Z-"
USERAGENT_PREFIX="1.04+"
PEERID_PREFIX="-TR105Z-"
USERAGENT_PREFIX="1.05+"
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \