summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-11-06 14:32:50 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-11-06 14:32:50 +0000
commitcec244b5961e64e85d2f59fde40ecb1a4e9c93cc (patch)
tree52470ef50cf2b2c89a01dfb4af8afaef4a90f28a /NEWS
parentff068fea606e1122175863f2c5c1649c10dd1cad (diff)
downloaddbus-cec244b5961e64e85d2f59fde40ecb1a4e9c93cc.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 832f2797..8133c47d 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ Enhancements:
· dbus-test-tool black-hole: do not reply to method calls
(fd.o #34140; Alban Crequy, Simon McVittie, Will Thompson)
+• Add support for process ID in credentials-passing on NetBSD
+ (fd.o #69702, Patrick Welche)
+
• Add an example script to find potentially undesired match rules
(fd.o #84598, Alban Crequy)
@@ -53,6 +56,11 @@ Fixes:
• Do not fail the tests if a parent process has leaked non-close-on-exec
file descriptors to us (fd.o #73689, fd.o #83899; Simon McVittie)
+• Do not fail the tests on Unix platforms with incomplete
+ credentials-passing support, but do fail if we can't pass credentials
+ on a platform where it is known to work: Linux, FreeBSD, OpenBSD, NetBSD
+ (fd.o #69702, Simon McVittie)
+
• Detect accept4, dirfd, inotify_init1, pipe2, and Unix fd passing
when building with cmake, and expand test coverage there
(fd.o #73689; Ralf Habacker, Simon McVittie)