]> granicus.if.org Git - transmission/commitdiff
sync mainline NEWS and version with 2.7x branch
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 18 Feb 2013 14:43:24 +0000 (14:43 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 18 Feb 2013 14:43:24 +0000 (14:43 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 071de98339c69317bd157a9f58acf6ad07bcad1d..d2f5fcb486644895302f60192326d59b8918b55e 100644 (file)
--- a/NEWS
+++ b/NEWS
 ==== 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]
index f4fd39d53162c08e780a95991b9cc8a1e81b62bc..0918fe1462b688ff7fdb9e6c7357726fbc09975b 100644 (file)
@@ -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])