From: Mitchell Livingston Date: Mon, 18 Feb 2013 14:43:24 +0000 (+0000) Subject: sync mainline NEWS and version with 2.7x branch X-Git-Tag: 2.80~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb0b5e139a1a367992aeaf5edfda5dac6e04cce4;p=transmission sync mainline NEWS and version with 2.7x branch --- diff --git a/NEWS b/NEWS index 071de9833..d2f5fcb48 100644 --- a/NEWS +++ b/NEWS @@ -35,17 +35,28 @@ ==== Utils ==== * Support user-defined piece sizes in transmission-create - -2.7x backport list... if this gets long enough, we'll do 2.77 - #5238 'tr_inactvelimit in rpc-spec' -- fix obsolete documentation. - #5235 'Plural wrong in torrent-cell-renderer' - #5219 'QPrintable and non Latin-1 symbols on Ubuntu' - #5215 fix a transmission-cli regression from 2.76 - #5248 'fails to create torrent with multiple trackers' - #5249 'error parsing json in some locales' - #5259 minor memory leak in tr_torrentDeleteLocalData() - #5260 improved documentation for -w argument in transmission-remote - +=== Transmission 2.77 (2013/02/18) === +[http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity All tickets closed by this release] +==== All Platforms ==== + * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator + * Don't invalidate the OS's file cache when closing files + * Fix overflow error when setting speed limits above ~8589 kB/s + * Generated magnet links didn't include webseeds + * Fix minor memory leaks when using webseeds +==== GTK+ Client ==== + * Minor pluralization fixes in the UI + * Fix folder mis-selection issue in the Preferences dialog + * Fix GTK+ console warnings on shutdown +==== Qt Client ==== + * Fix non Latin-1 symbol issue when showing file transfer speeds + * Fix issue when creating new torrents with multiple trackers + * Fix lost text selection in the properties dialog's 'comment' field +==== Daemon ==== + * Fix documentation errors in the spec and manpages +==== Web Client ==== + * Fix minor DOM leak +==== CLI ==== + * Fix transmission-cli failure when the download directory doesn't exist === Transmission 2.76 (2013/01/08) === [http://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity All tickets closed by this release] diff --git a/configure.ac b/configure.ac index f4fd39d53..0918fe146 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.76+]) -m4_define([peer_id_prefix],[-TR276Z-]) +m4_define([user_agent_prefix],[2.77+]) +m4_define([peer_id_prefix],[-TR277Z-]) AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])