]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Fri, 13 Dec 2024 10:32:02 +0000 (10:32 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 13 Dec 2024 10:32:02 +0000 (10:32 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 371f7c8bd41474a5266d01102d9092bb44b70a09..c88abeb6745474888ea4a41a1583ecba04327f0e 100644 (file)
--- 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)
 =========================