From: Simon McVittie Date: Thu, 30 Jun 2016 13:47:21 +0000 (+0100) Subject: NEWS for 1.11.x X-Git-Tag: dbus-1.11.4~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66ab9b43a2acbb394eea34093cf2e479ef09edb2;p=thirdparty%2Fdbus.git NEWS for 1.11.x --- diff --git a/NEWS b/NEWS index 71c04b58b..db6837598 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,26 @@ D-Bus 1.11.4 (UNRELEASED) == +Enhancements: + +• D-Bus Specification version 0.28 + · Clarify some details of serialization (fd.o #93382, Philip Withnall) + +• Increase listen() backlog of AF_UNIX sockets to the maximum possible, + minimizing failed connections under heavy load + (fd.o #95264, Lennart Poettering) + +• Use the same regression tests for subprocess starting on Unix and Windows + (fd.o #95191, Ralf Habacker) + +• Print timestamps and thread IDs in verbose messages + (fd.o #95191, Ralf Habacker) + Fixes: +• On Windows, fix a memory leak in replacing the installation prefix + (fd.o #95191, Ralf Habacker) + • 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)