]> granicus.if.org Git - transmission/commitdiff
ready for 1.30
authorMitchell Livingston <livings124@transmissionbt.com>
Wed, 6 Aug 2008 00:53:55 +0000 (00:53 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Wed, 6 Aug 2008 00:53:55 +0000 (00:53 +0000)
NEWS
appcast.xml
configure.ac
macosx/version.sh

diff --git a/NEWS b/NEWS
index fda1ba2e96172b57b526ea427750ba9887bfa4c8..ac54136728ec64888457721f2574868b793c0f75 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS file for Transmission <http://www.transmissionbt.com/>
 
-1.30 (2008/mm/dd)
+1.30 (2008/08/05)
 http://trac.transmissionbt.com/query?group=component&milestone=1.30
 - All Platforms
    + The "Clutch" web interface is now bundled with Transmission (as a beta)
index 0b99d1a5d508bce3b211e1afec5f004e40801046..6c126fa2aa724318dc72ef75660d69f579c4fee7 100644 (file)
@@ -5,29 +5,41 @@
     <link>http://www.transmissionbt.com/appcast.xml</link>
     <description>Most recent version available.</description>
     <language>en</language>
-    <pubDate>Fri, 9 May 2008 14:50:00 -0400</pubDate>
-    <lastBuildDate>Fri, 13 May 2008 18:00:00 -0400</lastBuildDate>
+    <pubDate>Tues, 5 Aug 2008 20:43:00 -0400</pubDate>
+    <lastBuildDate>Tues, 5 Aug 2008 20:43:00 -0400</lastBuildDate>
 
        <item>
-      <title>Transmission 1.22 Released</title>
+      <title>Transmission 1.30 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>Fix two separate BitTorrent unchoke bugs that could affect performance</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>
 </ul>
 <h4>Mac-specific Changes:</h4>
 <ul>
- <li>Fix bug where "Program Started" in the Statistics window would sometimes display as 0</li>
+ <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>
 </ul>
 
 
-<p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?group=component&milestone=1.22&order=severity">click here</a>.</p>
+<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>Fri, 13 May 2008 18:00:00 -0400</pubDate>
-      <enclosure sparkle:version="6189" sparkle:shortVersionString="1.22" sparkle:minimumSystemVersion="10.4.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.22.dmg" length="2848269" type="application/octet-stream"/>
+      <pubDate>Tues, 5 Aug 2008 20:43:00 -0400</pubDate>
+      <enclosure sparkle:version="6189" sparkle:shortVersionString="1.30" sparkle:minimumSystemVersion="10.4.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.30.dmg" length="2848269" type="application/octet-stream"/>
     </item>
     
   </channel>
index f32c790a410890170e9cb5483457f26e9b3e8e39..3fc9b27e68831fcd9411cdb98d13526b52a0f3c5 100644 (file)
@@ -1,6 +1,6 @@
-AC_INIT([transmission],[1.22Z],[http://trac.transmissionbt.com/newticket])
-PEERID_PREFIX="-TR122Z-"
-USERAGENT_PREFIX="1.22+"
+AC_INIT([transmission],[1.30],[http://trac.transmissionbt.com/newticket])
+PEERID_PREFIX="-TR1300-"
+USERAGENT_PREFIX="1.30"
 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
 
index 1249392994f2ee7622682d51ba46d1b8e73ee9c6..26861274142807498b0d1cd9f10c3d99afc10eaa 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="-TR122Z-"
-USERAGENT_PREFIX="1.22+"
+PEERID_PREFIX="-TR1300-"
+USERAGENT_PREFIX="1.30"
 
 
 SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \