mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
(trunk) update appcast and version
This commit is contained in:
parent
b42a3c8a72
commit
417cc8a93d
4 changed files with 15 additions and 16 deletions
4
NEWS
4
NEWS
|
@ -22,9 +22,11 @@ http://trac.transmissionbt.com/query?group=component&milestone=1.30
|
|||
1.22 (2008/06/13)
|
||||
http://trac.transmissionbt.com/query?group=component&milestone=1.22
|
||||
- All Platforms
|
||||
+ Fix two separate BitTorrent unchoke bugs that could affect performance.
|
||||
+ Fix two separate BitTorrent unchoke bugs that could affect performance
|
||||
+ Transmission now builds correctly on Sun Studio
|
||||
+ Minor man page fixes
|
||||
- Mac
|
||||
+ Fix bug where "Program Started" in the Statistics window would always display as 0
|
||||
- GTK+
|
||||
+ Fix crash when quitting while the stats window is still up
|
||||
+ Added Latvian, Malayalam, Serbian, and Telugu translations
|
||||
|
|
17
appcast.xml
17
appcast.xml
|
@ -6,31 +6,28 @@
|
|||
<description>Most recent version available.</description>
|
||||
<language>en</language>
|
||||
<pubDate>Fri, 9 May 2008 14:50:00 -0400</pubDate>
|
||||
<lastBuildDate>Wed, 21 May 2008 17:01:00 -0400</lastBuildDate>
|
||||
<lastBuildDate>Fri, 13 May 2008 18:00:00 -0400</lastBuildDate>
|
||||
|
||||
<item>
|
||||
<title>Transmission 1.21 Released</title>
|
||||
<title>Transmission 1.22 Released</title>
|
||||
<description><![CDATA[
|
||||
<h4>Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002. Mac OS X 10.5 or greater is recommended.</h4>
|
||||
|
||||
<h4>Core Changes:</h4>
|
||||
<ul>
|
||||
<li>Fix rare crash-on-startup bug</li>
|
||||
<li>Handle corrupt announce URLs in torrent files more gracefully</li>
|
||||
<li>Fix minor memory leak when closing torrents</li>
|
||||
<li>Fix two separate BitTorrent unchoke bugs that could affect performance</li>
|
||||
</ul>
|
||||
<h4>Mac-specific Changes:</h4>
|
||||
<ul>
|
||||
<li>Fix visual glitch with the pieces bar</li>
|
||||
<li>Italian localization included</li>
|
||||
<li>Fix bug where "Program Started" in the Statistics window would always display as 0</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?group=component&milestone=1.21&order=severity">click here</a>.</p>
|
||||
<p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?group=component&milestone=1.22&order=severity">click here</a>.</p>
|
||||
|
||||
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
|
||||
<pubDate>Wed, 21 May 2008 17:01:00 -0400</pubDate>
|
||||
<enclosure sparkle:version="5890" sparkle:shortVersionString="1.21" sparkle:minimumSystemVersion="10.4.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.21.dmg" length="2983745" type="application/octet-stream"/>
|
||||
<pubDate>Fri, 13 May 2008 18:00:00 -0400</pubDate>
|
||||
<enclosure sparkle:version="6189" sparkle:shortVersionString="1.22" sparkle:minimumSystemVersion="10.4.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.22.dmg" length="2848269" type="application/octet-stream"/>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_INIT([transmission],[1.21Z],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR121Z-"
|
||||
USERAGENT_PREFIX="1.21+"
|
||||
AC_INIT([transmission],[1.22Z],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR122Z-"
|
||||
USERAGENT_PREFIX="1.22+"
|
||||
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="-TR121Z-"
|
||||
USERAGENT_PREFIX="1.21+"
|
||||
PEERID_PREFIX="-TR122Z-"
|
||||
USERAGENT_PREFIX="1.22+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
|
Loading…
Reference in a new issue