mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 03:28:11 +02:00
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
d8ad72ccb9
commit
f5e373af00
1 changed files with 10 additions and 5 deletions
15
NEWS
15
NEWS
|
|
@ -1,6 +1,11 @@
|
|||
D-Bus 1.11.14 (UNRELEASED)
|
||||
==
|
||||
|
||||
Dependencies:
|
||||
|
||||
• SELinux support requires at least libselinux 2.0.86 as explicit
|
||||
refcounting for SID (sidput/sidget) has been removed from the code.
|
||||
|
||||
Build-time configuration changes:
|
||||
|
||||
• We now use pkg-config to find libexpat in Autotools builds. This requires
|
||||
|
|
@ -16,6 +21,8 @@ Build-time configuration changes:
|
|||
|
||||
(fd.o #69801, Simon McVittie)
|
||||
|
||||
• Similarly, we now use pkg-config to find libselinux.
|
||||
|
||||
Enhancements:
|
||||
|
||||
• D-Bus Specification version 0.31
|
||||
|
|
@ -25,6 +32,9 @@ Enhancements:
|
|||
includes hyphen-minus, forward slash and underscore as intended
|
||||
(fd.o #99825, #100686; Simon McVittie)
|
||||
|
||||
• Avoid deprecated API calls when using SELinux
|
||||
(fd.o #100912, Laurent Bigonville)
|
||||
|
||||
Fixes:
|
||||
|
||||
• Don't put timestamps in the Doxygen-generated documentation,
|
||||
|
|
@ -33,11 +43,6 @@ Fixes:
|
|||
|
||||
• Fix some integration test issues (fd.o #100686, Simon McVittie)
|
||||
|
||||
Dependencies:
|
||||
|
||||
• SELinux support requires at least libselinux 2.0.86 as explicit refcounting
|
||||
for SID (sidput/sidget) has been removed from the code.
|
||||
|
||||
D-Bus 1.11.12 (2017-04-07)
|
||||
==
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue