summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-04 17:44:05 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-04 17:44:05 +0000
commit8628ed61323167579e5f23395d83011352803c8e (patch)
tree96ce61e8c1f816a190d043d75d5da59e2a716a3f /NEWS
parent94610d7de6c9a00729a53c4bc9f6517c62696732 (diff)
downloaddbus-8628ed61323167579e5f23395d83011352803c8e.tar.gz
NEWS for 1.9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 38bc7a21..61d69c32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,34 @@
D-Bus 1.9.10 (UNRELEASED)
==
-...
+Enhancements:
+
+• The new Monitoring interface in the dbus-daemon lets dbus-monitor and
+ similar tools receive messages without altering the security properties
+ of the system bus, by calling the new BecomeMonitor method on a
+ private connection. This bypasses the normal <allow> and <deny> rules
+ entirely, so to preserve normal message-privacy assumptions, only root
+ is allowed to do this on the system bus. Restricted environments,
+ such as Linux with LSMs, should lock down access to the Monitoring
+ interface. (fd.o #46787, Simon McVittie)
+
+• dbus-monitor uses BecomeMonitor to capture more traffic, if the
+ dbus-daemon supports it and access permissions allow it.
+ It still supports the previous approach ("eavesdropping" match rules)
+ for compatibility with older bus daemons. (fd.o #46787, Simon)
+
+• dbus-monitor can now log the message stream as binary data for later
+ analysis, with either no extra framing beyond the normal D-Bus headers,
+ or libpcap-compatible framing treating each D-Bus message
+ as a captured packet. (fd.o #46787, Simon)
+
+Fixes:
+
+• Fix some CMake build regressions (fd.o #88964, Ralf Habacker)
+
+• On Unix, forcibly terminate regression tests after 60 seconds to
+ prevent them from blocking continuous integration frameworks
+ (fd.o #46787, Simon)
D-Bus 1.9.8 (2015-02-03)
==