diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-15 16:03:39 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-15 16:03:39 +0100 |
commit | 3624e65986453d90ff571bdb738b4370f621cf88 (patch) | |
tree | 0fb006b56be638035b627ab10ce71daac2f4f91b | |
parent | b47f4c22ee7adf57e1a5377d5f9cbdbe6423a111 (diff) | |
download | dbus-3624e65986453d90ff571bdb738b4370f621cf88.tar.gz dbus-3624e65986453d90ff571bdb738b4370f621cf88.tar.bz2 dbus-3624e65986453d90ff571bdb738b4370f621cf88.zip |
NEWS
-rw-r--r-- | NEWS | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -3,9 +3,14 @@ D-Bus 1.6.2 (UNRELEASED) Fixes: -• Add dbus-launch --exit-with-x11 option. Distributions should use this - in their X11 session startup infrastructure, in preference to - the --exit-with-session option. (fd.o #39197, Simon McVittie) +• Automatically define DBUS_STATIC_BUILD in static-only Autotools builds, + fixing linking when targeting Windows (fd.o #33973; william, Simon McVittie) + +• Unix-specific: + · Add dbus-launch --exit-with-x11 option. Distributions should use this + in their X11 session startup infrastructure, in preference to + the --exit-with-session option. (fd.o #39197, Simon McVittie) + · Check for libpthread under CMake on Unix (fd.o #47237, Simon McVittie) D-Bus 1.6.0 (2012-06-05) == |