summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-08-06 17:44:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-08-06 17:44:21 +0100
commit267222b5d9b1af3a2cb9cf2440eda14e27c4f0db (patch)
tree16eeb2b3cca4a3d9c3f90bf237d9d8a4d31139d4
parent992236f1c57a7a8930e4c8aeb21f30c2d8af21d3 (diff)
downloaddbus-267222b5d9b1af3a2cb9cf2440eda14e27c4f0db.tar.gz
NEWS
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4420f71..d3df3bd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,18 @@
D-Bus 1.9.20 (UNRELEASED)
==
-...
+Fixes:
+
+• Don't second-guess what the ABI of poll() is, allowing it to be used
+ on Integrity RTOS and other unusual platforms (fd.o #90314;
+ Rolland Dudemaine, Simon McVittie)
+
+• Don't duplicate audit subsystem integration if AppArmor and SELinux are
+ both enabled (fd.o #89225, Simon McVittie)
+
+• Log audit events for AppArmor/SELinux policy violations whenever
+ we have CAP_AUDIT_WRITE, even if not the system bus
+ (fd.o #83856, Laurent Bigonville)
D-Bus 1.9.18 (2015-07-21)
==