Changeset 9115
- Timestamp:
- Sep 14, 2009, 3:47:33 AM (13 years ago)
- Location:
- branches/1.7x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/NEWS
r9113 r9115 12 12 ==== Mac ==== 13 13 * Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard 14 * Fix error when creating a torrent while still changing the announce address14 * Fix error when creating a torrent file while still changing the announce address 15 15 ==== GTK+ ==== 16 16 * Fix "sort by time remaining" -
branches/1.7x/macosx/appcast/appcast.xml
r9079 r9115 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate> Tue, 8 September 2009 21:30:00 -0400</pubDate>8 <pubDate>Sun, 13 September 2009 23:30:00 -0400</pubDate> 9 9 10 10 <item> 11 <title>Transmission 1.75b2</title> 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes_beta.html</sparkle:releaseNotesLink> 13 <sparkle:tag>beta</sparkle:tag> 14 <pubDate>Tue, 8 September 2009 21:30:00 -0400</pubDate> 11 <title>Transmission 1.75</title> 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 13 <pubDate>Sun, 13 September 2009 23:30:00 -0400</pubDate> 15 14 <enclosure 16 url="http://mirrors.m0k.org/transmission/files/Transmission-1.75b2.dmg" 17 sparkle:version="9076" 18 sparkle:shortVersionString="1.75b2" 19 sparkle:dsaSignature="MCwCFHgCg8yU7pIyzHhYRya8wij4Vb7PAhQ3zvZLw0YfCICw4cLrapkHxEsQoQ==" 20 length="5581098" 21 type="application/octet-stream"/> 22 <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> 23 </item> 24 25 <item> 26 <title>Transmission 1.74</title> 27 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 28 <pubDate>Mon, 24 August 2009 19:30:00 -0400</pubDate> 29 <enclosure 30 url="http://mirrors.m0k.org/transmission/files/Transmission-1.74.dmg" 31 sparkle:version="8993" 32 sparkle:shortVersionString="1.74" 33 sparkle:dsaSignature="MCwCFFds0naRPBzwUx/vIFvYgwu7dmk4AhQN1ekUMmX57AQAFYPbPdAy2K/PVQ==" 34 length="5222530" 15 url="http://mirrors.m0k.org/transmission/files/Transmission-1.75.dmg" 16 sparkle:version="9112" 17 sparkle:shortVersionString="1.75" 18 sparkle:dsaSignature="MC0CFFxYw9bxsgVF7NYLJ5ek37MT6LTnAhUAg61ctnkLBTCyvQwKfkPJlGitfwo=" 19 length="5355697" 35 20 type="application/octet-stream"/> 36 21 <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> -
branches/1.7x/macosx/appcast/releasenotes.html
r9078 r9115 9 9 10 10 <body> 11 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">12 <tr>13 <td class="red">14 <h3>Note</h3>15 </td>16 </tr>17 <tr>18 <td>19 <p>This is a beta release. Please report any problems to us on our forums.</p>20 </td>21 </tr>22 </table>23 11 24 12 <br> … … 35 23 <li>Don't wait so long on unresponsive trackers if there are other trackers to try</li> 36 24 <li>Adding corrupt/invalid torrents could crash Transmission</li> 37 <li>Fix a couple of high CPU problems with UTF-8</li> 38 <li>Fix 1.74 bug that stopped some torrents after getting a tracker error message</li> 25 <li>Fix 1.74 bug that caused a high CPU load on startup</li> 26 <li>Fix 1.74 bug that stopped multitracker if a single tracker sent an error message</li> 27 <li>Fix bug in converting other charsets to UTF-8</li> 39 28 <li>Handle HTTP redirects more gracefully</li> 40 29 <li>Faster verification of local data for torrents with small piece size</li> 30 <li>Fix error when creating a torrent file while still changing the announce address</li> 41 31 </ul> 42 32 </td>
Note: See TracChangeset
for help on using the changeset viewer.