mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
update trunk's appcast and version info
This commit is contained in:
parent
ff395be451
commit
1fe9d15e31
3 changed files with 17 additions and 15 deletions
22
appcast.xml
22
appcast.xml
|
@ -6,24 +6,26 @@
|
|||
<description>Most recent version available.</description>
|
||||
<language>en</language>
|
||||
<pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate>
|
||||
<lastBuildDate>Mon, 12 Nov 2007 16:22:00 -0400</lastBuildDate>
|
||||
<lastBuildDate>Sun, 25 Nov 2007 19:05:00 -0400</lastBuildDate>
|
||||
|
||||
<item>
|
||||
<title>Transmission 0.93 Released</title>
|
||||
<title>Transmission 0.94 Released</title>
|
||||
<description><![CDATA[
|
||||
<h4>Transmission Changes:</h4>
|
||||
<ul>
|
||||
<li>Fix "router death" bug that impaired internet connectivity</li>
|
||||
<li>Fix bug that could cause good peer connections to be lost</li>
|
||||
<li>Tweak request queue code to improve download speeds</li>
|
||||
<li>Better handling of very large files on 32bit systems</li>
|
||||
<li>Consume less battery power on laptops</li>
|
||||
<li>Fix minor IPC parsing error</li>
|
||||
<li>Faster average download speeds</li>
|
||||
<li>Automatically ban peers that send us too many corrupt pieces</li>
|
||||
<li>Fix a crash that occurred if a peer sent us an incomplete message</li>
|
||||
<li>Fix portmapping crash</li>
|
||||
<li>Fix bug that left files open after their torrents were stopped</li>
|
||||
<li>Fix 0.93 file permissions bug</li>
|
||||
<li>Fix tracker redirect error</li>
|
||||
<li>Fix LTEP PEX bug</li>
|
||||
</ul>
|
||||
|
||||
<h4>TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!</h4>]]></description>
|
||||
<pubDate>Mon, 12 Nov 2007 16:22:00 -0400</pubDate>
|
||||
<enclosure sparkle:version="3811" sparkle:shortVersionString="0.93" url="http://mirrors.m0k.org/transmission/files/Transmission-0.93.dmg" length="2142946" type="application/octet-stream"/>
|
||||
<pubDate>Sun, 25 Nov 2007 19:05:00 -0400</pubDate>
|
||||
<enclosure sparkle:version="3959" sparkle:shortVersionString="0.94" url="http://mirrors.m0k.org/transmission/files/Transmission-0.94.dmg" length="2405004" type="application/octet-stream"/>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_INIT([transmission],[0.93Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR093Z-"
|
||||
USERAGENT_PREFIX="0.93+"
|
||||
AC_INIT([transmission],[0.94Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR094Z-"
|
||||
USERAGENT_PREFIX="0.94+"
|
||||
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="-TR093Z-"
|
||||
USERAGENT_PREFIX="0.93+"
|
||||
PEERID_PREFIX="-TR094Z-"
|
||||
USERAGENT_PREFIX="0.94+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
|
Loading…
Reference in a new issue