mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 05:08:00 +02:00
NEWS
This commit is contained in:
parent
be55374fb5
commit
6d9e1553c9
1 changed files with 16 additions and 1 deletions
17
NEWS
17
NEWS
|
|
@ -1,7 +1,22 @@
|
|||
D-Bus 1.9.14 (UNRELEASED)
|
||||
==
|
||||
|
||||
...
|
||||
Dependencies:
|
||||
|
||||
• dbus-daemon and dbus-daemon-launch-helper now require libdbus. They
|
||||
were previously linked to a static version of libdbus.
|
||||
|
||||
Enhancements:
|
||||
|
||||
• All executables are now linked dynamically to libdbus.
|
||||
(fd.o #83115; Bertrand SIMONNET, Simon McVittie, Ralf Habacker)
|
||||
|
||||
• On platforms that support them (GNU libc and possibly others),
|
||||
libdbus now has versioned symbols for its public API.
|
||||
All public symbols (visible in the header files) are currently
|
||||
versioned as LIBDBUS_1_3; private symbols starting with _dbus or
|
||||
dbus_internal have a version that changes with each release, and
|
||||
must not be used by applications. (also part of fd.o #83115)
|
||||
|
||||
D-Bus 1.9.12 (2015-02-19)
|
||||
==
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue