summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-12 13:42:58 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-12 13:42:58 +0100
commit355b470da78e25cb451eab0c49f30437b2c5ccb9 (patch)
tree3d07f80dec8e54f8c66d2bb3acc5730fbdc80b44
parent16f3b1246c134a4ed72779ce248902e9b03d38f6 (diff)
NEWS for 1.6.x
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8dd994a5..f084c8ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,16 @@
D-Bus 1.6.12 (UNRELEASED)
==
-...
+Fixes:
+
+• In dbus-daemon, don't crash if a .service file starts with key=value
+ (fd.o #60853, Chengwei Yang)
+
+• Unix-specific:
+ · Fix an assertion failure if we try to activate systemd services before
+ systemd connects to the bus (fd.o #50199, Chengwei Yang)
+ · Avoid compiler warnings for ignoring the return from write()
+ (Chengwei Yang)
D-Bus 1.6.10 (2013-04-24)
==