From: Simon McVittie Date: Wed, 18 Oct 2017 13:48:51 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.11.22~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7eb8369a54edede7058478339fc7d5fa2ce469a2;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 7ed62a7b2..76d1e8369 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,30 @@ D-Bus 1.11.22 (UNRELEASED) == -... +Build-time configuration changes: + +• When building for Windows with Autotools, setting the WINDRES variable + no longer works to select a non-standard resource compiler. Use + libtool's standard RC variable instead, for example + "./configure RC=i686-w64-mingw32-windres" + +Dependencies: + +• Builds done using CMake now require CMake 3.0.2. + +Fixes: + +• Fix a typo "uint 16" in dbus-send(1) man page + (fd.o #103075, David King) + +• When building for Windows, libdbus-1-3.dll always includes version + information. Previously, this was missing if using CMake and any + non-MSVC compiler. (fd.o #103015, Ralf Habacker) + +Internal changes: + +• Simplify Windows resource embedding + (fd.o #103015, Simon McVittie) D-Bus 1.11.20 (2017-10-03) ==