diff --git a/NEWS b/NEWS index 57afe54b5..9930b3948 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +=== Transmission 2.04 (2010/08/06) === +[http://trac.transmissionbt.com/query?milestone=2.04&group=component&groupdesc=1&order=severity All tickets closed by this release] +==== All Platforms ==== + * Fix display bug in tr_truncd() +==== Mac ==== + * Fix bug that caused Local Peer Discovery to always be disabled on startup +==== GTK+ ==== + * Fix inaccurate "active torrent" counts in the filterbar + * Fix display bug with magnet link names +==== Qt ==== + * Fix crash when accessing a password-protected remote session +==== Web Client ==== + * Fix bad redirect + === Transmission 2.03 (2010/07/21) === [http://trac.transmissionbt.com/query?milestone=2.03&group=component&groupdesc=1&order=severity All tickets closed by this release] ==== Mac ==== diff --git a/configure.ac b/configure.ac index c1c558810..9af9a2928 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.03+]) -m4_define([peer_id_prefix],[-TR203Z-]) +m4_define([user_agent_prefix],[2.04+]) +m4_define([peer_id_prefix],[-TR204Z-]) AC_INIT([transmission], [user_agent_prefix],