summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-06-30 14:47:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-06-30 14:47:21 +0100
commit66ab9b43a2acbb394eea34093cf2e479ef09edb2 (patch)
tree696619f1b622db92d0732edd0a7b341d1af2216c
parent313036c2a4ca7384ff5c11a27ce9a5f621b751b6 (diff)
NEWS for 1.11.x
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
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)