]> granicus.if.org Git - transmission/commitdiff
update trunk to 1.11+ 1.11
authorMitchell Livingston <livings124@transmissionbt.com>
Fri, 4 Apr 2008 19:01:31 +0000 (19:01 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Fri, 4 Apr 2008 19:01:31 +0000 (19:01 +0000)
NEWS
appcast.xml
configure.ac
macosx/version.sh

diff --git a/NEWS b/NEWS
index e84db27cf68bf88412c3ffa2001ee3fc6ef90a02..9225c0340daadeb97ac53a3c51543d60a029403d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,11 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
 
 1.20 (2008/xx/yy)
 - All Platforms
-   + IP Blocking using the Bluetack Level1 blocklist
+   + IP blocking using the Bluetack Level1 blocklist
 - Mac
    + Display of decimal numbers matches system international settings
 
-1.11 (2008/xx/yy)
+1.11 (2008/04/04)
 - Mac
    + Fix visual glitch with the tracker inspector tab when there is no scrape address
    + Only make the progress status string clickable on multi-file torrents
index 8de0e8c4f461e5ab7d696fd56be45b29cabcb1a9..8eab7c27185abf3ea612239a713ca34dc9d6c0ea 100644 (file)
@@ -6,33 +6,21 @@
     <description>Most recent version available.</description>
     <language>en</language>
     <pubDate>Fri, 28 Mar 2008 13:46:00 -0400</pubDate>
-    <lastBuildDate>Fri, 28 Mar 2008 13:46:00 -0400</lastBuildDate>
+    <lastBuildDate>Fri, 4 Apr 2008 14:54:00 -0400</lastBuildDate>
 
        <item>
-      <title>Transmission 1.10 Released</title>
+      <title>Transmission 1.11 Released</title>
       <description><![CDATA[
-<h4>Core Changes:</h4>
-<ul>
- <li>Stop torrents when downloading and the disk becomes full</li>
- <li>Removing a torrent also removes it from the cache</li>
- <li>Smaller memory footprint per-torrent and per-peer</li>
- <li>Various backend bugfixes & improvements</li>
-</ul>
 <h4>Mac-specific Changes:</h4>
 <ul>
- <li>Window when adding torrents to select files and other settings</li>
- <li>Leopard: Collapsable group dividers</li>
- <li>Use the file icon as the per-torrent action button</li>
- <li>Tracker tab in the inspector</li>
- <li>Message log specifies the torrent/activity the message relates to</li>
- <li>Updated images in the inspector</li>
- <li>Optional display of remaining time while seeding in Minimal View</li>
- <li>Improved accuracy for displaying the remaining disk space warning</li>
+ <li>Fix visual glitch with the tracker inspector tab when there is no scrape address</li>
+ <li>Only make the progress status string clickable on multi-file torrents</li>
+ <li>Traditional Chinese localization, updated Russian localization</li>
 </ul>
 
 Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description>
-      <pubDate>Fri, 28 Mar 2008 13:46:00 -0400</pubDate>
-      <enclosure sparkle:version="5422" sparkle:shortVersionString="1.10" url="http://mirrors.m0k.org/transmission/files/Transmission-1.10.dmg" length="2776781" type="application/octet-stream"/>
+      <pubDate>Fri, 4 Apr 2008 14:54:00 -0400</pubDate>
+      <enclosure sparkle:version="5504" sparkle:shortVersionString="1.11" url="http://mirrors.m0k.org/transmission/files/Transmission-1.11.dmg" length="2923743" type="application/octet-stream"/>
     </item>
     
   </channel>
index e152430c5ee6d9eeb4c811b66792acbc5974658f..77f7de0f258283e71a5311f12bd7d2e88ad5ab1c 100644 (file)
@@ -1,6 +1,6 @@
-AC_INIT([transmission],[1.10Z],[http://trac.transmissionbt.com/newticket])
-PEERID_PREFIX="-TR110Z-"
-USERAGENT_PREFIX="1.10+"
+AC_INIT([transmission],[1.11Z],[http://trac.transmissionbt.com/newticket])
+PEERID_PREFIX="-TR111Z-"
+USERAGENT_PREFIX="1.11+"
 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
 
index c7f89f76a937cd1a7039a9ce8109c8941601ac49..a40fd9e907585657eb93f6c93bad967271983919 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="-TR110Z-"
-USERAGENT_PREFIX="1.10+"
+PEERID_PREFIX="-TR111Z-"
+USERAGENT_PREFIX="1.11+"
 
 
 SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \