summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-27 16:40:22 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-27 16:40:22 +0000
commit72c42279f63d0dd85df7a4ca2791e55f9f074a87 (patch)
tree4ec890a720688d29d910eeae3a5c90bafb3bf17c /NEWS
parent726b28a03eddc999e447310b0b4499a6621588ad (diff)
downloaddbus-72c42279f63d0dd85df7a4ca2791e55f9f074a87.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecd2f408..3cc46d2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
D-Bus 1.7.10 (UNRELEASED)
==
+D-Bus Specification 0.23:
+
+• don't require messages with no INTERFACE to be dispatched
+ (fd.o #68597, Simon McVittie)
+
Fixes:
• don't leak memory on out-of-memory while listing activatable or
@@ -8,10 +13,18 @@ Fixes:
• fix undefined behaviour in a regression test (fd.o #69924, DreamNik)
+• escape Unix socket addresses correctly (fd.o #46013, Chengwei Yang)
+
• on SELinux systems, don't assume that SECCLASS_DBUS, DBUS__ACQUIRE_SVC
and DBUS__SEND_MSG are numerically equal to their values in the
reference policy (fd.o #88719, osmond sun)
+• define PROCESS_QUERY_LIMITED_INFORMATION if missing from MinGW < 4 headers
+ (fd.o #71366, Matt Fischer)
+
+• support printing Unix file descriptors in dbus-send, dbus-monitor
+ (fd.o #70592, Robert Ancell)
+
D-Bus 1.7.8 (2013-11-01)
==