summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-13 14:02:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-13 14:02:33 +0100
commit1c95955cbc6e816dd50a9d66846c11b44d703a1f (patch)
tree130c86839acb65f3186fbda8e631430085200b64
parent200a11ebbee468fa08d1badab0046a93a75195ef (diff)
downloaddbus-1c95955cbc6e816dd50a9d66846c11b44d703a1f.tar.gz
NEWS
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6dbc603e..2a34fef5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,23 @@
D-Bus 1.6.16 (UNRELEASED)
==
-…
+The “Fortify Agility” release.
+
+Fixes:
+
+• Make dbus_connection_set_route_peer_messages(x, FALSE) behave as
+ documented. Previously, it assumed its second parameter was TRUE.
+ (fd.o #69165, Chengwei Yang)
+
+• Unix-specific:
+ · If accept4() fails with EINVAL, as it can on older Linux kernels
+ with newer glibc, try accept() instead of going into a busy-loop.
+ (fd.o #69026, Chengwei Yang)
+ · If socket() or socketpair() fails with EINVAL or EPROTOTYPE,
+ for instance on Hurd or older Linux with a new glibc, try without
+ SOCK_CLOEXEC. (fd.o #69073; Pino Toscano, Chengwei Yang)
+ · Fix a file descriptor leak on an error code path.
+ (fd.o #69182, Sviatoslav Chagaev)
D-Bus 1.6.14 (2013-09-05)
==