Changeset 8384
- Timestamp:
- May 11, 2009, 9:57:32 PM (14 years ago)
- Location:
- trunk/macosx/appcast
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/appcast/appcast.xml
r8335 r8384 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate>Mon, 4 May 2009 20:06:00 -0400</pubDate>8 <pubDate>Mon, 11 May 2009 17:46:00 -0400</pubDate> 9 9 10 10 11 11 <item> 12 <title>Transmission 1.6 0</title>12 <title>Transmission 1.61</title> 13 13 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 14 <pubDate>Mon, 4 May 2009 20:06:00 -0400</pubDate>14 <pubDate>Mon, 11 May 2009 17:46:00 -0400</pubDate> 15 15 <enclosure 16 url="http://mirrors.m0k.org/transmission/files/Transmission-1.6 0.dmg"17 sparkle:version="83 08"18 sparkle:shortVersionString="1.6 0"19 sparkle:dsaSignature="MCwCF HMKInrfMR8dkHwW2GzPlb+ZziNRAhRi0RTQmtVHaIp9Pz9jmW/Quhx6+g=="20 length="4 829378"16 url="http://mirrors.m0k.org/transmission/files/Transmission-1.61.dmg" 17 sparkle:version="8382" 18 sparkle:shortVersionString="1.61" 19 sparkle:dsaSignature="MCwCFCnY0AUn09+cLGa8CbnIQDmz6gIRAhQeggUe5t9ZSD8mo4LePSrM0QqYBQ==" 20 length="4329592" 21 21 type="application/octet-stream"/> 22 22 <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> … … 24 24 25 25 <item> 26 <title>Transmission 1.5 2</title>26 <title>Transmission 1.53</title> 27 27 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes104.html</sparkle:releaseNotesLink> 28 <pubDate> Sun, 12 Apr 2009 21:31:00 -0400</pubDate>28 <pubDate>Mon, 11 May 2009 17:46:00 -0400</pubDate> 29 29 <enclosure 30 url="http://mirrors.m0k.org/transmission/files/Transmission-1.5 2.dmg"31 sparkle:version="8 222"32 sparkle:shortVersionString="1.5 2"33 sparkle:dsaSignature="MC 0CFC2F9rFYEfPrQokydpSplCLV7o+oAhUAixQ59y3TbPtuXebr1UyihVSqZBA="34 length="38 44427"30 url="http://mirrors.m0k.org/transmission/files/Transmission-1.53.dmg" 31 sparkle:version="8379" 32 sparkle:shortVersionString="1.53" 33 sparkle:dsaSignature="MCwCFGzWUcd+59u24hL9yZDg/hq5HUzBAhRBrYfBgmEkIwi35zcnYyT9w8W2fw==" 34 length="3826970" 35 35 type="application/octet-stream"/> 36 36 <sparkle:minimumSystemVersion>10.4.11</sparkle:minimumSystemVersion> -
trunk/macosx/appcast/releasenotes.html
r8335 r8384 13 13 <tr> 14 14 <td class="blue"> 15 <h3>Changes</h3> 15 <h3>1.61 Changes</h3> 16 </td> 17 </tr> 18 <tr> 19 <td> 20 <ul> 21 <li>Close potential CSRF security hole for Web Client users</li> 22 <li>Fix locale error in the JSON parser</li> 23 </ul> 24 <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> 25 </td> 26 </tr> 27 </table> 28 <br> 29 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 30 <tr> 31 <td class="blue"> 32 <h3>1.60 Changes</h3> 16 33 </td> 17 34 </tr>
Note: See TracChangeset
for help on using the changeset viewer.