]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Thu, 30 Aug 2018 16:46:05 +0000 (17:46 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 30 Aug 2018 16:46:05 +0000 (17:46 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 1baa17d5388867b2305b2e421410c521712e81fe..0e45c7f6a6498418cb25844c52b2a5b30623f017 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Enhancements:
 • Improve test coverage and clean up dead code
   (fd.o #107739, Simon McVittie)
 
+• Allow --enable-relocation in combination with absolute paths for
+  --exec-prefix, --libdir (fd.o #107662, Simon McVittie)
+
 Fixes:
 
 • Remove __attribute__((__malloc__)) attribute on dbus_realloc(),