From 66ab9b43a2acbb394eea34093cf2e479ef09edb2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 30 Jun 2016 14:47:21 +0100 Subject: [PATCH] NEWS for 1.11.x --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 71c04b58..db683759 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)