From: Simon McVittie Date: Thu, 30 Jun 2016 13:40:24 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.10.10~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5dccf0ab522ae5015bf434dfd30f9a182833ce;p=thirdparty%2Fdbus.git Update NEWS --- diff --git a/NEWS b/NEWS index 47d711870..d898c3c2d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,23 @@ D-Bus 1.10.10 (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.10.8 (2016-03-07) ==