Merge branch 'dbus-1.16'

This commit is contained in:
Simon McVittie 2024-12-13 10:32:08 +00:00
commit 510eca1433

18
NEWS
View file

@ -35,8 +35,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.
@ -85,7 +85,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)
=========================