Changeset 9078
- Timestamp:
- Sep 9, 2009, 1:34:49 AM (13 years ago)
- Location:
- branches/1.7x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/NEWS
r9077 r9078 1 1 === Transmission 1.75 beta 2 (2009/09/08) === 2 2 ==== All Platforms ==== 3 * Don't wait so long on unresponsive trackers if there are other trackers we can try.4 ==== Mac ==== 5 * Fix libcurl build issue that caused tracker co mpatibility problems3 * Don't wait so long on unresponsive trackers if there are other trackers to try 4 ==== Mac ==== 5 * Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard 6 6 ==== GTK+ ==== 7 7 * Fix "sort by time remaining" … … 15 15 * Faster verification of local data for torrents with small piece size 16 16 * Fix 1.74 build error when compiling without DHT 17 ==== Mac ====18 * Fix problem announcing on Snow Leopard experienced by some users19 17 ==== GTK+ ==== 20 18 * Fix the turtle toggle button on old versions of GTK+ -
branches/1.7x/macosx/appcast/appcast.xml
r9064 r9078 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate> Sun, 7 September 2009 20:30:00 -0400</pubDate>8 <pubDate>Tue, 8 September 2009 21:30:00 -0400</pubDate> 9 9 10 10 <item> 11 <title>Transmission 1.75b 1</title>11 <title>Transmission 1.75b2</title> 12 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes_beta.html</sparkle:releaseNotesLink> 13 13 <sparkle:tag>beta</sparkle:tag> 14 <pubDate> Sun, 7 September 2009 20:30:00 -0400</pubDate>14 <pubDate>Tue, 8 September 2009 21:30:00 -0400</pubDate> 15 15 <enclosure 16 url="http://mirrors.m0k.org/transmission/files/Transmission-1.75b 1.dmg"17 sparkle:version="90 61"16 url="http://mirrors.m0k.org/transmission/files/Transmission-1.75b2.dmg" 17 sparkle:version="9076" 18 18 sparkle:shortVersionString="1.75b1" 19 sparkle:dsaSignature="MCwCF GMVhFAu9t4Iowyt6tMDgVHXJgmxAhRDmyY4hkLTR2wl124Q426fmoryLA=="20 length="5 653381"19 sparkle:dsaSignature="MCwCFHgCg8yU7pIyzHhYRya8wij4Vb7PAhQ3zvZLw0YfCICw4cLrapkHxEsQoQ==" 20 length="5581098" 21 21 type="application/octet-stream"/> 22 22 <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> -
branches/1.7x/macosx/appcast/releasenotes.html
r9075 r9078 32 32 <td> 33 33 <ul> 34 <li>Fix problem announcing on Snow Leopard experienced by some users</li> 34 <li>Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard</li> 35 <li>Don't wait so long on unresponsive trackers if there are other trackers to try</li> 35 36 <li>Adding corrupt/invalid torrents could crash Transmission</li> 36 37 <li>Fix a couple of high CPU problems with UTF-8</li>
Note: See TracChangeset
for help on using the changeset viewer.