summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-15 17:44:55 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-15 17:44:55 +0100
commiteca7a1c5e0b2fbb4edee3aa3965d2eec451bd66b (patch)
tree966d36909d6b730da2d76ce8cf97f75b57921020 /NEWS
parentc681f46c2211226e90c843d6e6c53b8cba3c4de3 (diff)
downloaddbus-eca7a1c5e0b2fbb4edee3aa3965d2eec451bd66b.tar.gz
NEWS for 1.9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c838e08d..c566fcc7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ D-Bus 1.9.0 (UNRELEASED)
Requirements:
• Support for the systemd: (LISTEN_FDS) pseudo-transport on Linux now
- requires the sd-daemon shared library, dropping the embedded convenience
- copy (fd.o #71818, Simon)
+ requires either the libsystemd or libsd-daemon shared library, dropping the
+ embedded convenience copy of sd-daemon (fd.o #71818, Simon)
Build-time configuration changes:
@@ -27,6 +27,12 @@ Enhancements:
• use backtrace() if it is in -lexecinfo instead of libc, as on NetBSD
(fd.o #69702, Patrick Welche)
+• in dbus-monitor, print more information about file descriptors
+ (fd.o #80603, Alban Crequy)
+
+• do not install system bus configuration if built for Windows
+ (fd.o #83583; Ralf Habacker, Simon McVittie)
+
Fixes:
• fix an incorrect error message if a Unix socket path is too long
@@ -64,6 +70,9 @@ Fixes:
• Improve documentation for running tests on Windows (fd.o #41252,
Ralf Habacker)
+• in dbus-monitor, do not leak file descriptors that we have monitored
+ (fd.o #80603, Alban Crequy)
+
D-Bus 1.8.6 (2014-06-02)
==