summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-06-30 14:41:23 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-06-30 14:41:23 +0100
commit313036c2a4ca7384ff5c11a27ce9a5f621b751b6 (patch)
tree7c6ba54ec78d6e96cab139e07e9f9b828b7dfea9
parent771593c21d04391828184291e39b4aa166d767e4 (diff)
parent2a5dccf0ab522ae5015bf434dfd30f9a182833ce (diff)
Merge branch 'dbus-1.10'
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a52cb94b..71c04b58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,23 @@
D-Bus 1.11.4 (UNRELEASED)
==
-...
+Fixes:
+
+• On Linux, when dbus-daemon is run with reduced susceptibility to the
+ OOM killer (typically via systemd), do not let child processes inherit
+ that setting (fd.o #32851; Kimmo Hämäläinen, WaLyong Cho)
+
+• Output valid shell syntax in ~/.dbus/session-bus/ if the bus address
+ contains a semicolon (fd.o #94746, Thiago Macieira)
+
+• Fix memory leaks and thread safety in subprocess starting on Windows
+ (fd.o #95191, Ralf Habacker)
+
+• Stop test-dbus-daemon incorrectly failing on platforms that cannot
+ discover the process ID of clients (fd.o #96653, Руслан Ижбулатов)
+
+• In tests that exercise correct handling of crashing D-Bus services,
+ suppress Windows crash handler (fd.o #95155; Yiyang Fei, Ralf Habacker)
D-Bus 1.11.2 (2016-03-07)
==