+ Option to automatically update the blocklist weekly
+ Sparkle updated to 1.5
+1.34 (2008/09/16)
+http://trac.transmissionbt.com/query?group=component&milestone=1.34
+- All Clients
+ + Don't reconnect too frequently to the same peer
+ + Webseed bugfix
+ + Fix bug that caused some transfers to not be scraped
+ + Fix BSD build issues
+ + Handle OpenTracker's `downloaded' key in announce responses
+- Mac
+ + Fix memory leak when updating blocklist
+ + Connect to the web interface when the application's path contains a space
++ GTK+
+ + Minor display fixes
++ Daemon+
+ + Minor display fixes
+- Web Client
+ + Minor display fixes
+- CLI:
+ + Fix crash when creating a torrent file
+
1.33 (2008/08/30)
http://trac.transmissionbt.com/query?group=component&milestone=1.33
- All Platforms
AC_PREREQ(2.54)
m4_define([tr_version_major], [1])
-m4_define([tr_version_minor], [33])
+m4_define([tr_version_minor], [34])
m4_define([tr_version_suffix], [+])
m4_define([tr_version], [tr_version_major.tr_version_minor])
TR_VERSION=tr_version
dnl Someone still needs to hook this up to the system above
-PEERID_PREFIX="-TR133Z-"
+PEERID_PREFIX="-TR134Z-"
USERAGENT_PREFIX=$TR_VERSION$TR_VERSION_SUFFIX
<description>Most recent version available.</description>
<language>en</language>
<pubDate>Tues, 5 Aug 2008 20:43:00 -0400</pubDate>
- <lastBuildDate>Wed, 20 Aug 2008 23:44:00 -0400</lastBuildDate>
+ <lastBuildDate>Tues, 16 Aug 2008 20:49:00 -0400</lastBuildDate>
<item>
- <title>Transmission 1.33</title>
+ <title>Transmission 1.34</title>
<sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink>
- <pubDate>Wed, 20 Aug 2008 23:44:00 -0400</pubDate>
- <enclosure url="http://mirrors.m0k.org/transmission/files/Transmission-1.33.dmg"
- sparkle:version="6594"
- sparkle:shortVersionString="1.33"
+ <pubDate>Tues, 16 Aug 2008 20:49:00 -0400</pubDate>
+ <enclosure
+ url="http://mirrors.m0k.org/transmission/files/Transmission-1.34.dmg"
+ sparkle:version="6770"
+ sparkle:shortVersionString="1.34"
sparkle:dsaSignature="MCwCFGWRExReQLVi4LOhEPZu+9yhCNWjAhRJD6Y+9M3R2h68ZoOzwZNxaZi6Ww=="
- length="3406796"
+ length="3549266"
sparkle:minimumSystemVersion="10.4.11"
type="application/octet-stream"/>
</item>
<tr>
<td>
<ul>
- <li>Fix crash from malicious torrent files with a piece size of zero</li>
- <li>When creating new torrent files, change behavior that caused "Multi tracker torrents are not allowed" warning on one tracker</li>
- <li>Fix Unicode handling in the JSON parser/generator</li>
- <li>Fix memory error when reading KTorrent's PEX messages</li>
- <li>Fix small memory leaks</li>
+ <li>Don't reconnect too frequently to the same peer</li>
+ <li>Webseed bugfix</li>
+ <li>Fix bug that caused some transfers to not be scraped</li>
+ <li>Handle OpenTracker's `downloaded' key in announce responses</li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
- <li>Rephrase "data not fully available" to "remaining time unknown"</li>
- <li>Fix bug where torrent file creation would fail because an extra blank tracker address was inserted</li>
+ <li>Fix memory leak when updating blocklist</li>
+ <li>Connect to the web interface when the application's path contains a space</li>
</ul>
</td>
</tr>
</table>
- <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?group=component&milestone=1.33&order=severity">click here</a>.</p>
+ <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?group=component&milestone=1.34&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">
# "Z" for unsupported trunk builds,
# "0" for stable, supported releases
# these should be the only two lines you need to change
-PEERID_PREFIX="-TR133Z-"
-USERAGENT_PREFIX="1.33+"
+PEERID_PREFIX="-TR134Z-"
+USERAGENT_PREFIX="1.34+"
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \