summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-10 16:20:25 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-10 16:20:25 +0000
commit293cbd03e3bf1301b863edb6be3cc616bb90a618 (patch)
tree1917ac82e9133682bf7f0b93dc2d8728193da316
parent010223b6d272be610762711eeda52c1cf70203c5 (diff)
Update NEWS for 1.13.x
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
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)
========================