From 3e89d45281f55ba66411ef5405482a3477cf453c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 27 Jun 2010 02:33:27 +0000 Subject: [PATCH] update trunk to 2.01+ --- NEWS | 28 +++++++++++++++++++++++++++- configure.ac | 4 ++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f67240e6f..4e2ceed13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +=== Transmission 2.01 (2010/06/26) === +[http://trac.transmissionbt.com/query?milestone=2.01&group=component&groupdesc=1&order=severity All tickets closed by this release] +==== All Platforms ==== + * Better tracker announce management when completed torrents are moved from the incomplete directory + * Speed up moving local data from one disk to another + * Better parsing of nonstandard magnet links +==== Mac ==== + * If the seed ratio is already met when download completes, still show the Growl notification and download-complete sound + * Fix the Help buttons in the preferences window +==== GTK+ ==== + * Faster torrent file parsing + * Fix the magnet link options dialog does not respect setting + * Add an error popup if "Add URL" fails +==== Qt ==== + * Fix crash after getting magnet torrent metadata + * Fix torrent ratio goals + * Fix "add torrent" dialog bug on KDE desktops that popped up previous torrents + * Fix 2.00 bug that prevented multiple instances from being run + * Fix remote mode bug that kept the torrent list from being shown + * Support encryption settings in the preferences dialog + * Use flagStr in the status field of the peer list + * Request a full refresh when changing the session source + * Fix the torrent list jumping to the top when a torrent is removed +==== Web Client ==== + * Fix display bug caused by removal of a torrent hidden by the current filter + === Transmission 2.00 (2010/06/15) === [http://trac.transmissionbt.com/query?milestone=2.00&group=component&groupdesc=1&order=severity All tickets closed by this release] ==== All Platforms ==== @@ -36,7 +62,7 @@ * Better support for adding per-torrent settings when adding a new torrent * Optional pidfile support * Option to start torrents paused - * Option to delete .torrent files from watch directory + * Option to delete torrent files from watch directory ==== Web Client ==== * The context menu now works when multiple rows are selected * Show ETA for seeding torrents that have a seed ratio set diff --git a/configure.ac b/configure.ac index 93949cd9b..43af6efc4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds, dnl "Z" for unsupported trunk builds, dnl "0" for stable, supported releases dnl these should be the only two lines you need to change -m4_define([user_agent_prefix],[2.00+]) -m4_define([peer_id_prefix],[-TR200Z-]) +m4_define([user_agent_prefix],[2.01+]) +m4_define([peer_id_prefix],[-TR201Z-]) AC_INIT([transmission], [user_agent_prefix],