diff --git a/NEWS b/NEWS index fda1ba2e9..ac5413672 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ NEWS file for Transmission -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) diff --git a/appcast.xml b/appcast.xml index 0b99d1a5d..6c126fa2a 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,29 +5,41 @@ http://www.transmissionbt.com/appcast.xml Most recent version available. en - Fri, 9 May 2008 14:50:00 -0400 - Fri, 13 May 2008 18:00:00 -0400 + Tues, 5 Aug 2008 20:43:00 -0400 + Tues, 5 Aug 2008 20:43:00 -0400 - Transmission 1.22 Released + Transmission 1.30 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:

    -
  • Fix two separate BitTorrent unchoke bugs that could affect performance
  • +
  • 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

Mac-specific Changes:

    -
  • Fix bug where "Program Started" in the Statistics window would sometimes display as 0
  • +
  • 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
-

For a full list of changes, click here.

+

For a full list of changes, click here.

Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]>
- Fri, 13 May 2008 18:00:00 -0400 - + Tues, 5 Aug 2008 20:43:00 -0400 +
diff --git a/configure.ac b/configure.ac index f32c790a4..3fc9b27e6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/macosx/version.sh b/macosx/version.sh index 124939299..268612741 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="-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" | \