mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
prepare for 1.74 beta 1
This commit is contained in:
parent
8f87d72461
commit
ff5ae0dd38
3 changed files with 47 additions and 11 deletions
|
@ -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.73+])
|
||||
m4_define([peer_id_prefix],[-TR173Z-])
|
||||
m4_define([user_agent_prefix],[1.74b1])
|
||||
m4_define([peer_id_prefix],[-TR173X-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
|
@ -5,7 +5,22 @@
|
|||
<link>http://www.transmissionbt.com/appcast.xml</link>
|
||||
<description>Most recent version available.</description>
|
||||
<language>en</language>
|
||||
<pubDate>Sat, 18 July 2009 07:00:00 -0400</pubDate>
|
||||
<pubDate>Tue, 18 August 2009 21:00:00 -0400</pubDate>
|
||||
|
||||
<item>
|
||||
<title>Transmission 1.74 beta 1</title>
|
||||
<sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes_beta.html</sparkle:releaseNotesLink>
|
||||
<sparkle:tag>beta</sparkle:tag>
|
||||
<pubDate>Tue, 18 August 2009 21:00:00 -0400</pubDate>
|
||||
<enclosure
|
||||
url="http://mirrors.m0k.org/transmission/files/Transmission-1.74b1.dmg"
|
||||
sparkle:version="8969"
|
||||
sparkle:shortVersionString="1.74 beta 1"
|
||||
sparkle:dsaSignature="MCwCFAaB9gZ9nnPDAJrzGIXN3OdC5z4TAhRdMThW9eLXTEfakWkOsdBgICaRKA=="
|
||||
length="5658721"
|
||||
type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Transmission 1.73</title>
|
||||
|
|
|
@ -8,6 +8,20 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<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>This is a beta release.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
|
||||
<tr>
|
||||
|
@ -18,11 +32,17 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Fix bug where user-configured peer limits could be exceeded</li>
|
||||
<li>Use less memory in some high-peer situations</li>
|
||||
<li>Better estimation of time left to download</li>
|
||||
<li>Support supportcrypto and requirecrypto flags in http tracker announces</li>
|
||||
<li>Update to newer snapshots of libnatpmp and miniupnpc</li>
|
||||
<li>64-bit compatibility</li>
|
||||
<li>Queuing system will not exclude transfers with tracker warnings</li>
|
||||
<li>Connections to original torrent files are no longer maintained</li>
|
||||
<li>Better data recovery in the case of an OS or Transmission crash</li>
|
||||
<li>Upgrade DHT to version 0.8</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>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -39,14 +59,15 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Inspector and Add Torrent buttons for iPhone/iPod Touch</li>
|
||||
<li>Add location field to inspector</li>
|
||||
<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.73&group=component&groupdesc=1&order=severity">click here</a>.</p>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue