mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 03:48:02 +02:00
Update NEWS
This commit is contained in:
parent
bbc1ab8d2a
commit
9e225f3f8a
1 changed files with 32 additions and 0 deletions
32
NEWS
32
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)
|
||||
==
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue