diff --git a/NEWS b/NEWS index 292d8f0ab..988fd49cf 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ NEWS file for Transmission 0.90 (2007/xx/yy) - - Significant rewrite of the libtransmission back-end - Encryption support, with option to ignore unencrypted peers - - Improved compliance with BitTorrent spec - - Multiscrape support - Ban peers that send too much bad data - Only report downloaded, verified good pieces in tracker `download' field + - Improved compliance with BitTorrent spec + - Multiscrape support + - Significant rewrite of the libtransmission back-end - OS X: + Per-torrent action menu + Redesigned message log @@ -15,7 +15,8 @@ NEWS file for Transmission + Sort and filter by tracker + Various smaller interface additions and improvements - GTK: - + Various smaller interface improvements + + Various interface improvements + + Better compliance with the Gnome interface guidelines 0.82 (2007/09/09) - Fixed bug that could limit transfer speeds diff --git a/configure.ac b/configure.ac index 52659d9d5..a6379942d 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,8 @@ AM_OPTIONS_WXCONFIG AM_PATH_WXCONFIG($WX_MINIMUM,[have_wx=yes],[have_wx=no]) AC_ARG_WITH(wx, AC_HELP_STRING([--with-wx], [Build wxWidgets client]), [want_wx=$withval], - [want_wx=$have_wx]) + [want_wx=no]) +dnl [want_wx=$have_wx]) use_wx=no if test "x$want_wx" = "xyes" ; then if test "x$have_wx" = "xyes"; then