From: Jordan Lee Date: Sat, 5 Jan 2013 18:17:57 +0000 (+0000) Subject: (2.7x) bump to 2.76 X-Git-Tag: 2.76~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0329d53ea576924ac48e0574bf6c01561b5bdf2b;p=transmission (2.7x) bump to 2.76 --- diff --git a/NEWS b/NEWS index 83b455f53..4b75b3af3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +=== Transmission 2.76 (2013/01/xx) === +[http://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity All tickets closed by this release] +==== All Platforms ==== + * Better error logging when user-provided scripts can't be executed + * The "Time Remaining" property wasn't set for torrents with webseeds but no peers + * Fix rare error that created a directory name "$HOME" +==== Mac ==== +==== GTK+ Client ==== + * Fix sort-by-age regression introduced in 2.74 + * The "Edit Trackers" window didn't resize properly due to a 2.70 regression + * Raise the main window when presenting it from an App Indicator +==== Qt Client ==== + * Add magnet link support in transmission-qt.desktop + * Fix notification area bug that inhibited logouts & desktop hibernation + * Use the `video' icon when the torrent is an mkv or mp4 file + * Toggling the "Append '.part' to incomplete files' names" had no effect + * Fix display of the torrent name in the Torrent Options dialog + * Fix cursor point bug in the filterbar's entry field + * Fix crash when adding a magnet link while Transmission was only visible in the system tray +==== Daemon ==== + * Better watchdir support + * Documentation fixes in transmission-remote's manpage +==== Web Client ==== + * Fix indentation of the torrent list and toolbar buttons on mobile devices +==== CLI ==== + * If the Download directory doesn't exist, try to create it instead of exiting. + === Transmission 2.75 (2012/12/13) === [http://trac.transmissionbt.com/query?milestone=2.75&group=component&order=severity All tickets closed by this release] ==== Mac ==== diff --git a/configure.ac b/configure.ac index 0fc0b9c9a..ed720708d 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.75]) -m4_define([peer_id_prefix],[-TR2750-]) +m4_define([user_agent_prefix],[2.76]) +m4_define([peer_id_prefix],[-TR2760-]) AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])