From: Simon McVittie Date: Fri, 10 Nov 2017 16:20:25 +0000 (+0000) Subject: Update NEWS for 1.13.x X-Git-Tag: dbus-1.13.0~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=293cbd03e3bf1301b863edb6be3cc616bb90a618;p=thirdparty%2Fdbus.git Update NEWS for 1.13.x Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 1ad1985ca..809c67ed3 100644 --- a/NEWS +++ b/NEWS @@ -15,11 +15,25 @@ Fixes: cross-compilation on non-GNU platforms like macOS (fd.o #103493, Tony Theodore) +• Fix crashes in the server side of the nonce-tcp: transport under + various error conditions. This transport should normally only be used + on Windows, where AF_UNIX sockets are unavailable; the unix: transport + is the only one recommended for production use on Unix platforms. + (fd.o #103597, Simon McVittie) + Internal changes: • Preparations for future support for restricted sockets used by app containers like Flatpak (fd.o #101354, Simon McVittie) +• Harden the nonce-tcp: transport against resource leaks and + use-after-free (fd.o #103597, Simon McVittie) + +• Improve test coverage on Travis-CI (Simon McVittie) + +• Make _DBUS_STRING_DEFINE_STATIC more consistent with + _dbus_string_init_const() (fd.o #89104, Simon McVittie) + dbus 1.12.0 (2017-10-30) ========================