summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-15 16:03:39 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-15 16:03:39 +0100
commit3624e65986453d90ff571bdb738b4370f621cf88 (patch)
tree0fb006b56be638035b627ab10ce71daac2f4f91b
parentb47f4c22ee7adf57e1a5377d5f9cbdbe6423a111 (diff)
downloaddbus-3624e65986453d90ff571bdb738b4370f621cf88.tar.gz
NEWS
-rw-r--r--NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2a8f8ed0..6e5d9bca 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
==