1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 10:15:45 +00:00

(trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch

This commit is contained in:
Mitchell Livingston 2009-09-14 03:49:24 +00:00
parent c7741230af
commit 8baad7096d
4 changed files with 41 additions and 53 deletions

20
NEWS
View file

@ -1,3 +1,23 @@
=== Transmission 1.75 (2009/09/13) ===
[http://trac.transmissionbt.com/query?milestone=1.75&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== All Platforms ====
* Don't wait so long on unresponsive trackers if there are other trackers to try
* Adding corrupt/invalid torrents could crash Transmission
* Fix 1.74 bug that caused a high CPU load on startup
* Fix 1.74 bug that stopped multitracker if a single tracker sent an error message
* Fix bug in converting other charsets to UTF-8
* Handle HTTP redirects more gracefully
* Faster verification of local data for torrents with small piece size
* Fix 1.74 build error when compiling without DHT
==== Mac ====
* Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard
* Fix error when creating a torrent file while still changing the announce address
==== GTK+ ====
* Fix "sort by time remaining"
* Fix the turtle toggle button on old versions of GTK+
* Fix startup error if another copy of the Transmission GTK client is running
* Fix clang build issue
=== Transmission 1.74 (2009/08/24) ===
[http://trac.transmissionbt.com/query?milestone=1.74&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== All Platforms ====

View file

@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
dnl "Z" for unsupported trunk builds,
dnl "0" for stable, supported releases
dnl these should be the only two lines you need to change
m4_define([user_agent_prefix],[1.74+])
m4_define([peer_id_prefix],[-TR174Z-])
m4_define([user_agent_prefix],[1.75+])
m4_define([peer_id_prefix],[-TR175Z-])
AC_INIT([transmission],
[user_agent_prefix],

View file

@ -5,18 +5,18 @@
<link>http://www.transmissionbt.com/appcast.xml</link>
<description>Most recent version available.</description>
<language>en</language>
<pubDate>Mon, 24 August 2009 19:30:00 -0400</pubDate>
<pubDate>Sun, 13 September 2009 23:30:00 -0400</pubDate>
<item>
<title>Transmission 1.74</title>
<title>Transmission 1.75</title>
<sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink>
<pubDate>Mon, 24 August 2009 19:30:00 -0400</pubDate>
<pubDate>Sun, 13 September 2009 23:30:00 -0400</pubDate>
<enclosure
url="http://mirrors.m0k.org/transmission/files/Transmission-1.74.dmg"
sparkle:version="8993"
sparkle:shortVersionString="1.74"
sparkle:dsaSignature="MCwCFFds0naRPBzwUx/vIFvYgwu7dmk4AhQN1ekUMmX57AQAFYPbPdAy2K/PVQ=="
length="5222530"
url="http://mirrors.m0k.org/transmission/files/Transmission-1.75.dmg"
sparkle:version="9112"
sparkle:shortVersionString="1.75"
sparkle:dsaSignature="MC0CFFxYw9bxsgVF7NYLJ5ek37MT6LTnAhUAg61ctnkLBTCyvQwKfkPJlGitfwo="
length="5355697"
type="application/octet-stream"/>
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
</item>

View file

@ -8,6 +8,7 @@
</head>
<body>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
<tr>
@ -18,54 +19,21 @@
<tr>
<td>
<ul>
<li>64-bit compatibility</li>
<li>Queuing system will not exclude transfers with tracker warnings</li>
<li>Links to original torrent files are no longer maintained</li>
<li>Better data recovery in the case of an OS or Transmission crash</li>
<li>If a data file is moved, stop the torrent instead of redownloading it</li>
<li>Fix bug that didn't list some peers in the resume file and in PEX</li>
<li>Fix bug where changing the global per-torrent peer connection limit did not affect the current session</li>
<li>Fix bug where changing settings through RPC would result in wrong values being saved for three fields</li>
<li>More helpful torrent error messages</li>
<li>Update to a newer snapshot of miniupnpc</li>
<li>Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard</li>
<li>Don't wait so long on unresponsive trackers if there are other trackers to try</li>
<li>Adding corrupt/invalid torrents could crash Transmission</li>
<li>Fix 1.74 bug that caused a high CPU load on startup</li>
<li>Fix 1.74 bug that stopped multitracker if a single tracker sent an error message</li>
<li>Fix bug in converting other charsets to UTF-8</li>
<li>Handle HTTP redirects more gracefully</li>
<li>Faster verification of local data for torrents with small piece size</li>
<li>Fix error when creating a torrent file while still changing the announce address</li>
</ul>
</td>
</tr>
</table>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
<tr>
<td class="blue">
<h3>Web Client Changes</h3>
</td>
</tr>
<tr>
<td>
<ul>
<li>Progress bar shows seeding progress</li>
<li>Fix bug that displayed "%nan" when verifying a torrent</li>
<li>"Pause All" only appeared to pause torrents with peers until refresh</li>
</ul>
</td>
</tr>
</table>
<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>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
<tr>
<td class="red">
<h3>Note</h3>
</td>
</tr>
<tr>
<td>
<p>Transmission requires Mac OS X 10.5 or greater.</p>
</td>
</tr>
</table>
<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>
</body>
</html>