diff --git a/NEWS b/NEWS index 0f4d7b767..300b4b997 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +=== Transmission 1.92 (2010/03/11) === +[http://trac.transmissionbt.com/query?milestone=1.92&group=component&groupdesc=1&order=severity All tickets closed by this release] +==== All Platforms ==== + * Fix possible data corruption issue caused by data sent by bad peers during endgame + * Fix potential buffer overflow when adding maliciously-crafted magnet links + * Fix announces to IPv6 trackers + * Fix DNS problems on some platforms, including Debian + * Fix issues with the incomplete directory functionality + * Fix port forwarding error on some routers by updating libnatpmp and miniupnp +==== Mac ==== + * Fix bug where setting low priority in the add window resulted in high priority +==== GTK+ ==== + * Fix directory selection error in GTK+ 2.19 + * Small GUI improvements: HIG correctness, remove deprecated GTK+ calls, etc. +==== Daemon ==== + * Fix 1.91 build error on Mac and FreeBSD + * Standardize the daemon's watchdir feature to behave like the other clients' +==== Web Client ==== + * Statistics dialog + * Fix error in "trash data & remove from list" that didn't trash all data + * Fix display of ratios and time + * Update to jQuery 1.4.2 + === Transmission 1.91 (2010/02/21) === [http://trac.transmissionbt.com/query?milestone=1.91&group=component&groupdesc=1&order=severity All tickets closed by this release] ==== All Platforms ==== diff --git a/configure.ac b/configure.ac index c877df6f4..6bedfda54 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],[1.91+]) -m4_define([peer_id_prefix],[-TR191Z-]) +m4_define([user_agent_prefix],[1.92+]) +m4_define([peer_id_prefix],[-TR192Z-]) AC_INIT([transmission], [user_agent_prefix],