mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 11:28:01 +02:00
NEWS for 1.9
This commit is contained in:
parent
c681f46c22
commit
eca7a1c5e0
1 changed files with 11 additions and 2 deletions
13
NEWS
13
NEWS
|
|
@ -4,8 +4,8 @@ D-Bus 1.9.0 (UNRELEASED)
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
• Support for the systemd: (LISTEN_FDS) pseudo-transport on Linux now
|
• Support for the systemd: (LISTEN_FDS) pseudo-transport on Linux now
|
||||||
requires the sd-daemon shared library, dropping the embedded convenience
|
requires either the libsystemd or libsd-daemon shared library, dropping the
|
||||||
copy (fd.o #71818, Simon)
|
embedded convenience copy of sd-daemon (fd.o #71818, Simon)
|
||||||
|
|
||||||
Build-time configuration changes:
|
Build-time configuration changes:
|
||||||
|
|
||||||
|
|
@ -27,6 +27,12 @@ Enhancements:
|
||||||
• use backtrace() if it is in -lexecinfo instead of libc, as on NetBSD
|
• use backtrace() if it is in -lexecinfo instead of libc, as on NetBSD
|
||||||
(fd.o #69702, Patrick Welche)
|
(fd.o #69702, Patrick Welche)
|
||||||
|
|
||||||
|
• in dbus-monitor, print more information about file descriptors
|
||||||
|
(fd.o #80603, Alban Crequy)
|
||||||
|
|
||||||
|
• do not install system bus configuration if built for Windows
|
||||||
|
(fd.o #83583; Ralf Habacker, Simon McVittie)
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
• fix an incorrect error message if a Unix socket path is too long
|
• fix an incorrect error message if a Unix socket path is too long
|
||||||
|
|
@ -64,6 +70,9 @@ Fixes:
|
||||||
• Improve documentation for running tests on Windows (fd.o #41252,
|
• Improve documentation for running tests on Windows (fd.o #41252,
|
||||||
Ralf Habacker)
|
Ralf Habacker)
|
||||||
|
|
||||||
|
• in dbus-monitor, do not leak file descriptors that we have monitored
|
||||||
|
(fd.o #80603, Alban Crequy)
|
||||||
|
|
||||||
D-Bus 1.8.6 (2014-06-02)
|
D-Bus 1.8.6 (2014-06-02)
|
||||||
==
|
==
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue