]> granicus.if.org Git - transmission/commitdiff
update trunk for 1.34; update appcast
authorMitchell Livingston <livings124@transmissionbt.com>
Wed, 17 Sep 2008 01:00:45 +0000 (01:00 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Wed, 17 Sep 2008 01:00:45 +0000 (01:00 +0000)
NEWS
configure.ac
macosx/appcast/appcast.xml
macosx/appcast/releasenotes.html
macosx/version.sh

diff --git a/NEWS b/NEWS
index 9b34bd66cc6f9a5303e4b7d858fcb039a88988ae..931e39a1142ef2327ba42f94a830c3efa99d9d77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,26 @@ http://trac.transmissionbt.com/query?group=component&milestone=1.40
    + 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
index 788f76111acab04a77843a94184b82d1bcf24d38..ad3108996637c7521df2d8a58978deea90203c8f 100644 (file)
@@ -1,7 +1,7 @@
 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])
 
@@ -13,7 +13,7 @@ TR_VERSION_SUFFIX=tr_version_suffix
 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
 
index 24ba90f81cde2be1a3f86ccd00ec6c14d43b87e9..b403e86ba77b5fe5617245ca8d09eb7cd27c3f93 100644 (file)
@@ -6,17 +6,18 @@
     <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>
index d7e42f3a6c502d4764411fb76a481d06d26c79b4..1e1c7e78e93fbe9ef78a220cc89f6eb0b421af05 100644 (file)
                                <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">
index 5bbb8a4ad28c44c438e04f1c9ef970fe44172d95..78872c2f812f2c2ce8a3e93d6a363ca3e7bd86b4 100755 (executable)
@@ -7,8 +7,8 @@
 #         "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" | \