From 9e225f3f8adb85c0bdca23a3e91215a47461f5c1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Feb 2017 15:48:38 +0000 Subject: [PATCH] Update NEWS --- NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/NEWS b/NEWS index 6ee89071..b381a678 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,16 @@ Enhancements: • Silence many -Wswitch-enum and -Wswitch-default warnings (fd.o #98191; Thomas Zimmermann, Simon McVittie) +• Install a sysusers.d snippet so `dbus-daemon --system` can be used + with an unpopulated /etc (fd.o #99162, Lennart Poettering) + +• Install pkg-config metadata on Unix even if building with CMake + (fd.o #99752, Ralf Habacker) + +• Exclude auth mechanisms from REJECTED message if they are supported + in the code but but configured to be disallowed (fd.o #99621, + Ralf Habacker) + Fixes: • Fix the implementation of re-enabling a timeout so that its @@ -39,9 +49,31 @@ Fixes: • Do not set Unix-specific variables when targeting Windows (fd.o #99586, Ralf Habacker) +• Install Unix executables to ${CMAKE_INSTALL_PREFIX}/bin as intended, + not ${CMAKE_INSTALL_PREFIX}/lib (fd.o #99752, Ralf Habacker) + +• Use relative install locations in CMake on Unix to respect DESTDIR + (fd.o #99752, Ralf Habacker) + • Install dbus-arch-deps.h correctly when using CMake (fd.o #99586, Ralf Habacker) +• Improve argument validation for `dbus-test-tool spam` + (ffd.o #99693, Coverity #54759; Philip Withnall) + +• Don't leak LSM label if dbus-daemon runs out of memory when dealing with + a new connection (fd.o #99612, Coverity #141058; Philip Withnall) + +• Remove an unnecessary NULL check + (fd.o #99642, Coverity #141062; Philip Withnall) + +• Improve error handling in unit tests + (fd.o #99643, #99694, #99712, Coverity #54701, #54714, #54724, #54726, + #54822, #54823, #54824, #54825; Philip Withnall) + +• Do not print verbose messages' timestamps to stderr if the actual message + has been redirected to the Windows debug port (fd.o #99749, Ralf Habacker) + D-Bus 1.11.8 (2016-11-28) ==