Changeset 9063
- Timestamp:
- Sep 8, 2009, 12:42:28 AM (13 years ago)
- Location:
- branches/1.7x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/NEWS
r9062 r9063 4 4 * Adding corrupt/invalid torrents could crash Transmission 5 5 * Fix a couple of high CPU problems with UTF-8 and with embedded machines 6 * Fix 1.74 bug that stopped some torrents after getting a tracker warningmessage6 * Fix 1.74 bug that stopped some torrents after getting a tracker error message 7 7 * Handle HTTP redirects more gracefully 8 8 * Faster verification of local data for torrents with small piece size -
branches/1.7x/macosx/appcast/appcast.xml
r8995 r9063 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate>Mon, 24 August 2009 19:30:00 -0400</pubDate> 8 <pubDate>Sun, 7 September 2009 20:30:00 -0400</pubDate> 9 10 <item> 11 <title>Transmission 1.75b1</title> 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 13 <sparkle:tag>beta</sparkle:tag> 14 <pubDate>Sun, 7 September 2009 20:30:00 -0400</pubDate> 15 <enclosure 16 url="http://mirrors.m0k.org/transmission/files/Transmission-1.75b1.dmg" 17 sparkle:version="9061" 18 sparkle:shortVersionString="1.75b1" 19 sparkle:dsaSignature="MCwCFGMVhFAu9t4Iowyt6tMDgVHXJgmxAhRDmyY4hkLTR2wl124Q426fmoryLA==" 20 length="5653381" 21 type="application/octet-stream"/> 22 <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> 23 </item> 9 24 10 25 <item> -
branches/1.7x/macosx/appcast/releasenotes.html
r8995 r9063 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 <br> 12 25 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> … … 19 32 <td> 20 33 <ul> 21 <li>64-bit compatibility</li> 22 <li>Queuing system will not exclude transfers with tracker warnings</li> 23 <li>Links to original torrent files are no longer maintained</li> 24 <li>Better data recovery in the case of an OS or Transmission crash</li> 25 <li>If a data file is moved, stop the torrent instead of redownloading it</li> 26 <li>Fix bug that didn't list some peers in the resume file and in PEX</li> 27 <li>Fix bug where changing the global per-torrent peer connection limit did not affect the current session</li> 28 <li>Fix bug where changing settings through RPC would result in wrong values being saved for three fields</li> 29 <li>More helpful torrent error messages</li> 30 <li>Update to a newer snapshot of miniupnpc</li> 34 <li>Adding corrupt/invalid torrents could crash Transmission</li> 35 <li>Fix a couple of high CPU problems with UTF-8</li> 36 <li>Fix 1.74 bug that stopped some torrents after getting a tracker error message</li> 37 <li>Handle HTTP redirects more gracefully</li> 38 <li>Faster verification of local data for torrents with small piece size</li> 31 39 </ul> 32 40 </td> … … 34 42 </table> 35 43 36 <br> 37 38 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 39 <tr> 40 <td class="blue"> 41 <h3>Web Client Changes</h3> 42 </td> 43 </tr> 44 <tr> 45 <td> 46 <ul> 47 <li>Progress bar shows seeding progress</li> 48 <li>Fix bug that displayed "%nan" when verifying a torrent</li> 49 <li>"Pause All" only appeared to pause torrents with peers until refresh</li> 50 </ul> 51 </td> 52 </tr> 53 </table> 54 55 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.74&group=component&groupdesc=1&order=severity">click here</a>.</p> 56 57 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading"> 58 <tr> 59 <td class="red"> 60 <h3>Note</h3> 61 </td> 62 </tr> 63 <tr> 64 <td> 65 <p>Transmission requires Mac OS X 10.5 or greater.</p> 66 </td> 67 </tr> 68 </table> 44 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.75&group=component&groupdesc=1&order=severity">click here</a>.</p> 69 45 </body> 70 46
Note: See TracChangeset
for help on using the changeset viewer.