]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2017 15:48:38 +0000 (15:48 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2017 15:48:38 +0000 (15:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6ee890714bb98124d8c86c78231b46e6966ecd3b..b381a6781dc4825a7a86ee4b1d734fc5eaee8ccc 100644 (file)
--- 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)
 ==