summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-20 21:10:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-20 21:10:30 +0000
commit6d9e1553c9d2f15a8edbb82812bf8966c40feb9e (patch)
tree970a181f26af1416637b146178a8dfb82e0a0ee3 /NEWS
parentbe55374fb5594e167fdb52455e2f4481f45f84c7 (diff)
downloaddbus-6d9e1553c9d2f15a8edbb82812bf8966c40feb9e.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 910694a1..32719970 100644
--- a/NEWS
+++ b/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)
==