source: trunk/macosx/appcast/releasenotes.html @ 7490

Last change on this file since 7490 was 7490, checked in by livings124, 14 years ago

(trunk) update appcast and version for 1.41

File size: 1.8 KB
Line 
1<html>
2
3        <head>
4                <meta http-equiv="content-type" content="text/html;charset=utf-8">
5                <title>What's new in Transmission?</title>
6                <meta name="robots" content="anchors">
7                <link href="releasenotes.css" type="text/css" rel="stylesheet" media="all">
8        </head>
9
10        <body>
11                <br />
12                        <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
13                                <tr>
14                                        <td class="blue">
15                                                <h3>Core Changes</h3>
16                                        </td>
17                                </tr>
18                                <tr>
19                                        <td>
20                                                <ul>
21                                                <li>Better peer management in large swarms</li>
22                                                <li>Support BitTorrent Enhancement Proposal (BEP) #21 "Extension for Partial Seeds"</li>
23                                                <li>Partial support for BEP #6 "Fast Extension" (reject, have all/none)</li>
24                                                <li>Honor the peer's BEP #10 reqq key, when available</li>
25                                                <li>Fix 1.40 "Got HTTP Status Code: 0" error message</li>
26                                                <li>Fix 1.40 "lazy bitfield" error</li>
27                                                <li>Fix 1.40 "jumpy upload speed" bug</li>
28                                                <li>Fix handshake peer_id error</li>
29                                                <li>Corrrectly handle Windows-style newlines in Bluetack blocklists</li>
30                                                <li>More accurate bandwidth measurement</li>
31                                                <li>File selection & priority was reset when editing a torrent's tracker list</li>
32                                                </ul>
33                                        </td>
34                                </tr>
35                        </table>
36                        <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>
37                        <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
38                                <tr>
39                                        <td class="red">
40                                                <h3>Note</h3>
41                                        </td>
42                                </tr>
43                                <tr>
44                                        <td>
45                                                <p>Transmission requires at least Mac OS X 10.4.11 with Security Update 2008-002. Mac OS X 10.5 or greater is highly recommended.</p>
46                                        </td>
47                                </tr>
48                        </table>
49        </body>
50
51</html>
Note: See TracBrowser for help on using the repository browser.