]> granicus.if.org Git - transmission/commitdiff
Update NEWS
authorMike Gelfand <mikedld@mikedld.com>
Sat, 27 Feb 2016 23:09:41 +0000 (23:09 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Sat, 27 Feb 2016 23:09:41 +0000 (23:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 86d9e456452ff1f759598c4181c58a15e659d9e6..3b4faa290d3635a8ec68b496ce1c756a8a78d81e 100644 (file)
--- a/NEWS
+++ b/NEWS
   * Require absolute paths in RPC requests
   * Fix and unify torrent origin display in GTK+, Qt and web clients
   * Fix crash on session shutdown (evdns_getaddrinfo_cancel)
+  * Retry if RPC server fails to bind to specified address
+  * Improve error checking on metadata retrieval
+  * Improve UTF-8 validity checking (merge changes from LLVM)
+  * Don't build transmission-cli by default (it's long deprecated)
 ==== Mac Client ====
   * UI fixes for OS X 10.9+
   * Trim potential URIs from clipboard
   * Allow downloading files from http servers (not https) on OS X 10.11+
+  * Change Sparkle Update URL to use HTTPS instead of HTTP (addresses Sparkle vulnerability)
   * Fix global options popover layout
   * Fix building with Xcode 7+
   * Drop OS X 10.6 support
 ==== GTK+ Client ====
   * Fix overshoot and undershoot indicators display with GTK+ 3.16+ in main window
+  * Don't require DISPLAY if started with `--version` argument
 ==== Qt Client ====
   * Improve performance in Torrent Properties dialog for torrents with lots of files
   * Prevent entering file renaming mode with mouse double-click
@@ -49,6 +55,7 @@
   * Don't make assumptions of remote path validity in transmission-remote
 ==== Web Client ====
   * Content Security Policy enhancements
+  * Enable "resume now" for queued torrents
   * Mark appropriate fields in preferences dialog as HTML5 number fields
   * Update to jQuery 1.11.2, jQueryUI 1.11.4; use jQueryUI menus instead of custom ones