summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-26 11:38:05 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-11 17:15:47 +0100
commit5bef1d3d135019af64145878bf7e3bf03e6128b0 (patch)
tree12c21196a4452c25164a10aa30919784f0e7e1b1 /NEWS
parentcc0544cd36919adffa7d16df2297c9c2805be3d2 (diff)
downloaddbus-5bef1d3d135019af64145878bf7e3bf03e6128b0.tar.gz
Add NEWS entries for #180
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 15c119f0..085a4cf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,31 @@
dbus 1.15.4 (UNRELEASED)
========================
+Dependencies:
+
+• Building with CMake now requires CMake ≥ 3.9.
+
+Build-time configuration changes:
+
+• On Unix platforms, a path in the runtime state directory (often /run)
+ is now used for the well-known system bus socket by default. OS
+ distributors should check that the path used is equivalent to the
+ interoperable path /var/run/dbus/system_bus_socket, especially if
+ running on an OS where /var/run is not guaranteed to be a symbolic
+ link to /run.
+ (dbus#180; Issam E. Maghni, Simon McVittie)
+ · With Autotools, this is controlled by --runstatedir, which defaults
+ to ${localstatedir}/run but is often set to /run by OS distributors.
+ The path to the system bus socket can be overridden with the
+ --with-system-socket option if required.
+ · With CMake, this is controlled by the RUNSTATEDIR option, which has
+ behaviour similar to Autotools. There is no separate option for the
+ path to the system bus socket.
+ · With Meson, this is controlled by the runtime_dir option, which
+ defaults to /run if the installation prefix is set to /usr, or has
+ behaviour similar to Autotools otherwise. The path to the system bus
+ socket can be overridden with the system_socket option if required.
+
New API:
• Add dbus_connection_set_builtin_filters_enabled(), intended to be called