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.
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)
=========================