]> granicus.if.org Git - transmission/commitdiff
get ready for 1.32
authorMitchell Livingston <livings124@transmissionbt.com>
Sat, 9 Aug 2008 02:26:36 +0000 (02:26 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sat, 9 Aug 2008 02:26:36 +0000 (02:26 +0000)
NEWS
appcast.xml
configure.ac
macosx/version.sh

diff --git a/NEWS b/NEWS
index e268c68c73b216a7a52491279e58daafd75a28c7..e78ddbed7ed3d6be4880d60a9b24a3562e53f8f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
 NEWS file for Transmission <http://www.transmissionbt.com/>
 
-1.31 (2008/MM/DD)
+1.32 (2008/08/DD)
 http://trac.transmissionbt.com/query?group=component&milestone=1.32
+- All Platforms
+   + Fix a bug introduced in 1.30 that caused problems establishing tracker communication
+   + Creating torrent files for files >= 2 GB will result in 2 MB pieces
 - Mac
    + Fix bug where the proxy type was changed from SOCKS5 to SOCKS4 on launch
 
index 56beb376a0493a986607e4ce65cced6f8346ba95..7c753e6d7a355d3e2960b181ddc2abe7d72f2acb 100644 (file)
@@ -6,41 +6,29 @@
     <description>Most recent version available.</description>
     <language>en</language>
     <pubDate>Tues, 5 Aug 2008 20:43:00 -0400</pubDate>
-    <lastBuildDate>Wed, 6 Aug 2008 17:55:00 -0400</lastBuildDate>
+    <lastBuildDate>Fri, 8 Aug 2008 21:27:00 -0400</lastBuildDate>
 
        <item>
-      <title>Transmission 1.31 Released</title>
+      <title>Transmission 1.32 Released</title>
       <description><![CDATA[
 <h4>Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002. Mac OS X 10.5 or greater is recommended.</h4>
 
 <h4>Core Changes:</h4>
 <ul>
- <li><b>1.31:</b> Fix a crash caused by certain torrent files</li>
- <li>The "Clutch" web interface is now bundled with Transmission (as a beta)</li>
- <li>Ability to add and remove tracker addresses</li>
- <li>Added support for HTTP/FTP Seeding (GetRight style)</li>
- <li>Added proxy support for communicating with trackers</li>
- <li>Allow torrent creation with no tracker address (required by some trackers)</li>
- <li>New JSON-RPC protocol for clients to interact with the backend
-- Daemon</li>
+ <li>Fix a bug introduced in 1.30 that caused problems establishing tracker communication</li>
+ <li>Creating torrent files for files >= 2 GB will result in 2 MB pieces</li>
 </ul>
 <h4>Mac-specific Changes:</h4>
 <ul>
- <li>Quick Look integration in the main window and inspector's file tab</li>
- <li>Transfers can be dragged to different groups</li>
- <li>Option to only show the add window when manually adding transfers</li>
- <li>Status strings are toggled from the action button (they are no longer clickable)</li>
- <li>Colors in pieces bar and pieces box more accurately reflect their corresponding values</li>
- <li>The port checker now uses our own portcheck.transmissionbt.com</li>
- <li>Turkish localization</li>
+ <li>Fix bug where the proxy type was changed from SOCKS5 to SOCKS4 on launch</li>
 </ul>
 
 
 <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?group=component&milestone=1.30&order=severity">click here</a>.</p>
 
 Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
-      <pubDate>Wed, 6 Aug 2008 17:55:00 -0400</pubDate>
-      <enclosure sparkle:version="6435" sparkle:shortVersionString="1.31" sparkle:minimumSystemVersion="10.4.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.31.dmg" length="3666906" type="application/octet-stream"/>
+      <pubDate>Fri, 8 Aug 2008 21:27:00 -0400</pubDate>
+      <enclosure sparkle:version="6435" sparkle:shortVersionString="1.32" sparkle:minimumSystemVersion="10.4.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.32.dmg" length="3666906" type="application/octet-stream"/>
     </item>
     
   </channel>
index 8b2d9aaaf01365e897ab93313ad96247f0193bcc..58d019d8c4252d5baabcb002bde9bd3a20a7db2f 100644 (file)
@@ -1,6 +1,6 @@
-AC_INIT([transmission],[1.31+],[http://trac.transmissionbt.com/newticket])
-PEERID_PREFIX="-TR131Z-"
-USERAGENT_PREFIX="1.31+"
+AC_INIT([transmission],[1.32],[http://trac.transmissionbt.com/newticket])
+PEERID_PREFIX="-TR1320-"
+USERAGENT_PREFIX="1.32"
 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
 
index 249a93c7a8736252b98d95c836fa49f740bd52b1..33e41432dd082150f9f59df134a1afdf485ade76 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="-TR131Z-"
-USERAGENT_PREFIX="1.31+"
+PEERID_PREFIX="-TR1320-"
+USERAGENT_PREFIX="1.32"
 
 
 SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \