diff --git a/NEWS b/NEWS index 56b1019cf..a86bf2a51 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -=== Transmission 2.33 (2011/mm/dd) === +=== Transmission 2.33 (2011/07/20) === [http://trac.transmissionbt.com/query?milestone=2.33&group=component&order=severity All tickets closed by this release] ==== All Platforms ==== * Improved webseed support @@ -8,6 +8,8 @@ * Fix displayed availability ==== Mac ==== * Minor Lion interface tweaks +==== GTK+ ==== + * Remove deprecated GConf2 dependency ==== Qt ==== * Fix high CPU issues * Fix wrong torrent count on tracker filterbar diff --git a/configure.ac b/configure.ac index 947077f96..7dcbcf000 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.32+]) -m4_define([peer_id_prefix],[-TR232Z-]) +m4_define([user_agent_prefix],[2.33]) +m4_define([peer_id_prefix],[-TR2330-]) AC_INIT([transmission], [user_agent_prefix],