From: Simon McVittie Date: Fri, 13 Dec 2024 10:32:02 +0000 (+0000) Subject: Update NEWS X-Git-Tag: dbus-1.16.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0adbe9f9c185ea3b5629c861eebf054c1303a91;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 371f7c8bd..c88abeb67 100644 --- a/NEWS +++ b/NEWS @@ -12,8 +12,8 @@ Build system and dependencies: This requires Meson 0.56 and Python 3.5. · Projects that depend on libdbus can build it as a Meson subproject. -• CMake continues to be available as an alternative build system. - This requires CMake 3.9. +• CMake continues to be available as an alternative build system, + and is recommended on Windows. This requires CMake 3.10. • A C99 compiler such as gcc, clang, or Visual Studio 2015 is required. A C11 compiler such as gcc, clang, or Visual Studio 2019 is recommended. @@ -62,7 +62,19 @@ New features and significant bug fixes: dbus 1.15.94 (UNRELEASED) ========================= -... +Dependencies: + +• Building with CMake now requires CMake ≥ 3.10. + +Bug fixes: + +• Avoid deprecation warnings with newer CMake versions + (dbus#541, Ralf Habacker) + +Tests and CI enhancements: + +• When building with CMake, set the same environment variables as Meson. + This improves test coverage. (dbus#533, Ralf Habacker) dbus 1.15.92 (2024-12-11) =========================