From: Simon McVittie Date: Thu, 30 Aug 2018 16:46:05 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.13.8~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51d421548b992790fad598b3f2f7c0fce69cbe0c;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 1baa17d53..0e45c7f6a 100644 --- 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(),