Changeset 7384
- Timestamp:
- Dec 14, 2008, 5:13:48 AM (12 years ago)
- Location:
- branches/1.4x/macosx/appcast
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/macosx/appcast/appcast.xml
r7093 r7384 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate>Sun, 9 Nov 2008 18:40:00 -0400</pubDate>8 <pubDate>Sun, 13 Dec 2008 23:50:00 -0400</pubDate> 9 9 10 10 <item> 11 <title>Transmission 1.4 0</title>11 <title>Transmission 1.41</title> 12 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 13 <pubDate>S un, 9 Nov 2008 18:40:00 -0400</pubDate>13 <pubDate>Sat, 13 Dec 2008 23:50:00 -0400</pubDate> 14 14 <enclosure 15 url="http://mirrors.m0k.org/transmission/files/Transmission-1.4 0.dmg"16 sparkle:version="7 084"17 sparkle:shortVersionString="1.4 0"18 sparkle:dsaSignature="MCwCFB JONJ4UxQUCX0c/pYtntTi7nF60AhR+eMJhWDwGoRGI8HZWErsW8aWzsg=="19 length="39 62126"15 url="http://mirrors.m0k.org/transmission/files/Transmission-1.41.dmg" 16 sparkle:version="7375" 17 sparkle:shortVersionString="1.41" 18 sparkle:dsaSignature="MCwCFBmUruO+FVxgRqs0QO+g9hjLEj1KAhRGYUuliDLDp/CAXXARB7C0DRyDjA==" 19 length="3915377" 20 20 sparkle:minimumSystemVersion="10.4.11" 21 21 type="application/octet-stream"/> -
branches/1.4x/macosx/appcast/releasenotes.html
r7093 r7384 19 19 <td> 20 20 <ul> 21 <li> Tracker communication uses fewer resources</li>22 <li> More accurate bandwidth limits</li>23 <li> Reduce disk fragmentation by preallocating files</li>24 <li> Stability, security, and performance improvements to the RPC/Web UI server</li>25 <li> Support compression when serving Web UI and RPC responses</li>26 <li> Simplify the RPC whitelist</li>27 <li> Fix bug that prevented handshakes with encrypted BitComet peers</li>28 <li> Fix 1.3x bug that could re-download some data unnecessarily</li>29 <li> Lazy bitfields</li>21 <li>Better peer management in large swarms</li> 22 <li>Fix 1.40 "Got HTTP Status Code: 0" error message</li> 23 <li>Fix 1.40 "lazy bitfield" error</li> 24 <li>Honor the peer's BEP 10 reqq key, when available</li> 25 <li>Fix 1.40 "jumpy upload speed" bug</li> 26 <li>Fix handshake peer_id error</li> 27 <li>Corrrectly handle Windows-style newlines in Bluetack blocklists</li> 28 <li>More accurate bandwidth measurement</li> 29 <li>File selection & priority was reset when editing a torrent's tracker list</li> 30 30 </ul> 31 31 </td> 32 32 </tr> 33 33 </table> 34 <br> 35 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 36 <tr> 37 <td class="blue"> 38 <h3>Mac-specific Changes</h3> 39 </td> 40 </tr> 41 <tr> 42 <td> 43 <ul> 44 <li>Option to automatically update the blocklist weekly</li> 45 <li>In the file inspector tab, show progress and size for folders</li> 46 <li>Scrollbars correctly appear when the main window auto-resizes</li> 47 <li>Sparkle updated to 1.5b6</li> 48 </ul> 49 </td> 50 </tr> 51 </table> 52 <br> 53 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 54 <tr> 55 <td class="blue"> 56 <h3>Web Client Changes</h3> 57 </td> 58 </tr> 59 <tr> 60 <td> 61 <ul> 62 <li>The Web Client is now out of beta</li> 63 <li>Minor display fixes</li> 64 <li>On iPhone/iPod touch, launching from the home screen hides the address bar</li> 65 </ul> 66 </td> 67 </tr> 68 </table> 69 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.40&group=component&groupdesc=1&order=severity">click here</a>.</p> 34 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.41&group=component&groupdesc=1&order=severity">click here</a>.</p> 70 35 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 71 36 <tr>
Note: See TracChangeset
for help on using the changeset viewer.