summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-10 16:20:02 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-10 16:20:02 +0000
commit35238ed567a2f4328e9a5fa00985abf58f6a9000 (patch)
tree26baeeb1d860fc26765a0747e5fea7247991cea8
parentb672a683becb6fd2b74821c766f656e723be72fa (diff)
Update NEWS for 1.12.x
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e10315ddc..2311967d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dbus 1.12.1 (UNRELEASED)
+dbus 1.12.2 (UNRELEASED)
========================
...
@@ -12,6 +12,16 @@ 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:
+
+• Improve test coverage on Travis-CI (Simon McVittie)
+
dbus 1.12.0 (2017-10-30)
========================