mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 01:48:00 +02:00
Merge branch 'dbus-1.16'
This commit is contained in:
commit
510eca1433
1 changed files with 15 additions and 3 deletions
18
NEWS
18
NEWS
|
|
@ -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)
|
||||
=========================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue