summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-13 20:15:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-13 20:15:19 +0100
commit8d012ff68d245c4812b3e8929fcec949e8881ae1 (patch)
treea0dcd9fff43668ceb90460c1552ec93b78324b1a
parentd353e73d35f4de18dc075579208fa4928553ad1b (diff)
downloaddbus-8d012ff68d245c4812b3e8929fcec949e8881ae1.tar.gz
NEWS for #38201
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ccf681e6..ed3f000b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
D-Bus 1.7.0 (UNRELEASED)
==
+Build-time configuration changes:
+
+• The --with-dbus-session-bus-default-address configure option is no longer
+ supported. Use the new --with-dbus-session-bus-connect-address and
+ --with-dbus-session-bus-listen-address options instead. On Windows, you
+ usually want them to have the same argument; on Unix, the defaults are
+ usually correct.
+
+• Similarly, the DBUS_SESSION_BUS_DEFAULT_ADDRESS cmake variable is no longer
+ supported; use the new DBUS_SESSION_BUS_LISTEN_ADDRESS and
+ DBUS_SESSION_BUS_CONNECT_ADDRESS variables instead.
+
Enhancements:
• D-Bus Specification 0.21
@@ -14,6 +26,13 @@ Fixes:
• Unix-specific:
· Fix compilation on Solaris (fd.o #53286, Jonathan Perkin)
+• Windows-specific:
+ · The default session bus listening and connecting address is now
+ "autolaunch:", which makes D-Bus on Windows interoperate with itself
+ and GDBus "out of the box". Use the configure options and cmake variables
+ described above if you require a different autolaunch scope.
+ (fd.o #38201, Simon McVittie)
+
D-Bus 1.6.4 (2012-07-18)
==