Update NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 24 Feb 2017 20:19:47 +0000 (20:19 +0000)
committerSimon McVittie <smcv@debian.org>
Mon, 20 Mar 2017 14:37:27 +0000 (14:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index be1f4af..007bd42 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,25 @@ Enhancements:
   or similar, and the service files must be named exactly
   ${bus_name}.service. (fd.o #99825, Simon McVittie)
 
+• dbus can be configured with --enable-relocation when building with
+  Autotools, or with -DDBUS_RELOCATABLE=ON when building with cmake,
+  to make the pkg-config metadata relocatable. This is useful for
+  non-standard prefixes, and in particular for Windows installations.
+  However, it is not recommended for system-wide installations into
+  /usr, because it interferes with pkg-config's ability to filter out
+  compiler default linker directories.
+
+  With Autotools, the default is --enable-relocation when building
+  for Windows or --disable-relocation otherwise. With CMake, the default
+  is -DDBUS_RELOCATABLE=ON.
+
+  (fd.o #99721; Ralf Habacker, Simon McVittie)
+
+• Users of CMake ≥ 2.6 can now link to libdbus without providing their
+  own FindDBus.cmake macros, whether dbus was compiled with Autotools
+  or with CMake. See the end of README.cmake for more information.
+  (fd.o #99721; Ralf Habacker, Simon McVittie)
+
 Fixes:
 
 • Always read service file directories in the intended order
@@ -19,6 +38,9 @@ Fixes:
 
 • Avoid valgrind false positives (fd.o #88808, Philip Withnall)
 
+• Clarify the roles of /etc/dbus-1/s*.d and /usr/share/dbus-1/s*.d
+  in documentation (fd.o #99901, Philip Withnall)
+
 D-Bus 1.11.10 (2017-02-16)
 ==