Changeset 8826
- Timestamp:
- Jul 17, 2009, 7:19:23 PM (13 years ago)
- Location:
- trunk/macosx/appcast
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/appcast/appcast.xml
r8712 r8826 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate> Tue, 16 June 2009 18:00:00 -0400</pubDate>8 <pubDate>Fri, 17 July 2009 17:00:00 -0400</pubDate> 9 9 10 10 <item> 11 <title>Transmission 1.7 2</title>11 <title>Transmission 1.73</title> 12 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 13 <pubDate> Tue, 16 June 2009 18:00:00 -0400</pubDate>13 <pubDate>Fri, 17 July 2009 17:00:00 -0400</pubDate> 14 14 <enclosure 15 url="http://mirrors.m0k.org/transmission/files/Transmission-1.7 2.dmg"16 sparkle:version="8 709"17 sparkle:shortVersionString="1.7 2"18 sparkle:dsaSignature="MC wCFHPwXBQfWVMitQluu5Q6IR+ukjyCAhQP1YbdJehPNaHELAiWJH7BTcBvJg=="19 length="4 402194"15 url="http://mirrors.m0k.org/transmission/files/Transmission-1.73.dmg" 16 sparkle:version="8825" 17 sparkle:shortVersionString="1.73" 18 sparkle:dsaSignature="MC0CFQCGmjbT1vvg2NJ9dkL32ZuiTdKxIQIUeQzMG92QKDFTCdyiRsdcZxY+arY=" 19 length="4590423" 20 20 type="application/octet-stream"/> 21 21 <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> -
trunk/macosx/appcast/releasenotes.html
r8712 r8826 13 13 <tr> 14 14 <td class="blue"> 15 <h3> 1.72Changes</h3>15 <h3>Application Changes</h3> 16 16 </td> 17 17 </tr> … … 19 19 <td> 20 20 <ul> 21 <li>Fix problem where a small set of users could not add torrents</li>22 <li> Fix 1.70 crash with assertion "tv->tv_usec >= 0"</li>23 <li> Fix 1.70 crash with assertion "tr_peerIoSupportsFEXT( msgs->peer->io )"</li>24 <li> Better DHT announce management</li>25 <li> Fix error in reporting webseed counts via RPC</li>21 <li>Fix bug where user-configured peer limits could be exceeded</li> 22 <li>Use less memory in some high-peer situations</li> 23 <li>Better estimation of time left to download</li> 24 <li>Support supportcrypto and requirecrypto flags in http tracker announces</li> 25 <li>Update to newer snapshots of libnatpmp and miniupnpc</li> 26 26 </ul> 27 27 </td> … … 29 29 </table> 30 30 31 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.72&group=component&groupdesc=1&order=severity">click here</a>.</p> 31 32 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 33 <tr> 34 <td class="blue"> 35 <h3>Web Client Changes</h3> 36 </td> 37 </tr> 38 <tr> 39 <td> 40 <ul> 41 <li>Inspector and Add Torrent buttons for iPhone/iPod Touch</li> 42 <li>Add location field to inspector</li> 43 </ul> 44 </td> 45 </tr> 46 </table> 47 48 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.73&group=component&groupdesc=1&order=severity">click here</a>.</p> 32 49 33 50 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
Note: See TracChangeset
for help on using the changeset viewer.