mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
update appcast for 1.61
This commit is contained in:
parent
992af3e656
commit
722eed060f
2 changed files with 33 additions and 16 deletions
|
@ -5,33 +5,33 @@
|
|||
<link>http://www.transmissionbt.com/appcast.xml</link>
|
||||
<description>Most recent version available.</description>
|
||||
<language>en</language>
|
||||
<pubDate>Mon, 4 May 2009 20:06:00 -0400</pubDate>
|
||||
<pubDate>Mon, 11 May 2009 17:46:00 -0400</pubDate>
|
||||
|
||||
|
||||
<item>
|
||||
<title>Transmission 1.60</title>
|
||||
<title>Transmission 1.61</title>
|
||||
<sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink>
|
||||
<pubDate>Mon, 4 May 2009 20:06:00 -0400</pubDate>
|
||||
<pubDate>Mon, 11 May 2009 17:46:00 -0400</pubDate>
|
||||
<enclosure
|
||||
url="http://mirrors.m0k.org/transmission/files/Transmission-1.60.dmg"
|
||||
sparkle:version="8308"
|
||||
sparkle:shortVersionString="1.60"
|
||||
sparkle:dsaSignature="MCwCFHMKInrfMR8dkHwW2GzPlb+ZziNRAhRi0RTQmtVHaIp9Pz9jmW/Quhx6+g=="
|
||||
length="4829378"
|
||||
url="http://mirrors.m0k.org/transmission/files/Transmission-1.61.dmg"
|
||||
sparkle:version="8382"
|
||||
sparkle:shortVersionString="1.61"
|
||||
sparkle:dsaSignature="MCwCFCnY0AUn09+cLGa8CbnIQDmz6gIRAhQeggUe5t9ZSD8mo4LePSrM0QqYBQ=="
|
||||
length="4329592"
|
||||
type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Transmission 1.52</title>
|
||||
<title>Transmission 1.53</title>
|
||||
<sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes104.html</sparkle:releaseNotesLink>
|
||||
<pubDate>Sun, 12 Apr 2009 21:31:00 -0400</pubDate>
|
||||
<pubDate>Mon, 11 May 2009 17:46:00 -0400</pubDate>
|
||||
<enclosure
|
||||
url="http://mirrors.m0k.org/transmission/files/Transmission-1.52.dmg"
|
||||
sparkle:version="8222"
|
||||
sparkle:shortVersionString="1.52"
|
||||
sparkle:dsaSignature="MC0CFC2F9rFYEfPrQokydpSplCLV7o+oAhUAixQ59y3TbPtuXebr1UyihVSqZBA="
|
||||
length="3844427"
|
||||
url="http://mirrors.m0k.org/transmission/files/Transmission-1.53.dmg"
|
||||
sparkle:version="8379"
|
||||
sparkle:shortVersionString="1.53"
|
||||
sparkle:dsaSignature="MCwCFGzWUcd+59u24hL9yZDg/hq5HUzBAhRBrYfBgmEkIwi35zcnYyT9w8W2fw=="
|
||||
length="3826970"
|
||||
type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.4.11</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
|
|
|
@ -12,7 +12,24 @@
|
|||
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
|
||||
<tr>
|
||||
<td class="blue">
|
||||
<h3>Changes</h3>
|
||||
<h3>1.61 Changes</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Close potential CSRF security hole for Web Client users</li>
|
||||
<li>Fix locale error in the JSON parser</li>
|
||||
</ul>
|
||||
<p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.61&group=component&groupdesc=1&order=severity">click here</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
|
||||
<tr>
|
||||
<td class="blue">
|
||||
<h3>1.60 Changes</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue