diff --git a/NEWS b/NEWS index 86d9e4564..3b4faa290 100644 --- a/NEWS +++ b/NEWS @@ -19,15 +19,21 @@ * 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