From: Mitchell Livingston Date: Sat, 9 Aug 2008 02:26:36 +0000 (+0000) Subject: get ready for 1.32 X-Git-Tag: 1.32~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c533aaf83534cd46f967e47178b9060cfb029256;p=transmission get ready for 1.32 --- diff --git a/NEWS b/NEWS index e268c68c7..e78ddbed7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ NEWS file for Transmission -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 diff --git a/appcast.xml b/appcast.xml index 56beb376a..7c753e6d7 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,41 +6,29 @@ Most recent version available. en Tues, 5 Aug 2008 20:43:00 -0400 - Wed, 6 Aug 2008 17:55:00 -0400 + Fri, 8 Aug 2008 21:27:00 -0400 - Transmission 1.31 Released + Transmission 1.32 Released Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002. Mac OS X 10.5 or greater is recommended.

Core Changes:

    -
  • 1.31: Fix a crash caused by certain torrent files
  • -
  • The "Clutch" web interface is now bundled with Transmission (as a beta)
  • -
  • Ability to add and remove tracker addresses
  • -
  • Added support for HTTP/FTP Seeding (GetRight style)
  • -
  • Added proxy support for communicating with trackers
  • -
  • Allow torrent creation with no tracker address (required by some trackers)
  • -
  • New JSON-RPC protocol for clients to interact with the backend -- Daemon
  • +
  • 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-specific Changes:

    -
  • Quick Look integration in the main window and inspector's file tab
  • -
  • Transfers can be dragged to different groups
  • -
  • Option to only show the add window when manually adding transfers
  • -
  • Status strings are toggled from the action button (they are no longer clickable)
  • -
  • Colors in pieces bar and pieces box more accurately reflect their corresponding values
  • -
  • The port checker now uses our own portcheck.transmissionbt.com
  • -
  • Turkish localization
  • +
  • Fix bug where the proxy type was changed from SOCKS5 to SOCKS4 on launch

For a full list of changes, click here.

Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]>
- Wed, 6 Aug 2008 17:55:00 -0400 - + Fri, 8 Aug 2008 21:27:00 -0400 +
diff --git a/configure.ac b/configure.ac index 8b2d9aaaf..58d019d8c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/macosx/version.sh b/macosx/version.sh index 249a93c7a..33e41432d 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="-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" | \