From 131d9c4c2f179a88f478344dcc75a30612ddc9ea Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 4 Apr 2008 19:01:31 +0000 Subject: [PATCH] update trunk to 1.11+ --- NEWS | 4 ++-- appcast.xml | 26 +++++++------------------- configure.ac | 6 +++--- macosx/version.sh | 4 ++-- 4 files changed, 14 insertions(+), 26 deletions(-) diff --git a/NEWS b/NEWS index e84db27cf..9225c0340 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,11 @@ NEWS file for Transmission 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 diff --git a/appcast.xml b/appcast.xml index 8de0e8c4f..8eab7c271 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,33 +6,21 @@ Most recent version available. en Fri, 28 Mar 2008 13:46:00 -0400 - Fri, 28 Mar 2008 13:46:00 -0400 + Fri, 4 Apr 2008 14:54:00 -0400 - Transmission 1.10 Released + Transmission 1.11 Released Core Changes: -
    -
  • Stop torrents when downloading and the disk becomes full
  • -
  • Removing a torrent also removes it from the cache
  • -
  • Smaller memory footprint per-torrent and per-peer
  • -
  • Various backend bugfixes & improvements
  • -

Mac-specific Changes:

    -
  • Window when adding torrents to select files and other settings
  • -
  • Leopard: Collapsable group dividers
  • -
  • Use the file icon as the per-torrent action button
  • -
  • Tracker tab in the inspector
  • -
  • Message log specifies the torrent/activity the message relates to
  • -
  • Updated images in the inspector
  • -
  • Optional display of remaining time while seeding in Minimal View
  • -
  • Improved accuracy for displaying the remaining disk space warning
  • +
  • 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
  • +
  • Traditional Chinese localization, updated Russian localization
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]>
- Fri, 28 Mar 2008 13:46:00 -0400 - + Fri, 4 Apr 2008 14:54:00 -0400 +
diff --git a/configure.ac b/configure.ac index e152430c5..77f7de0f2 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/macosx/version.sh b/macosx/version.sh index c7f89f76a..a40fd9e90 100755 --- a/macosx/version.sh +++ b/macosx/version.sh @@ -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" | \ -- 2.40.0