From: Simon McVittie Date: Mon, 16 Dec 2024 11:00:00 +0000 (+0000) Subject: NEWS: Update X-Git-Tag: dbus-1.16.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971060ad732215496ddd64b2e2d15c420da3c5ea;p=thirdparty%2Fdbus.git NEWS: Update Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index c88abeb67..c70a1ca9d 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ Build system and dependencies: • The Meson build system is the recommended way to build dbus on Unix. This requires Meson 0.56 and Python 3.5. · Projects that depend on libdbus can build it as a Meson subproject. + See tests/use-as-subproject/meson.build for suggested build options. • CMake continues to be available as an alternative build system, and is recommended on Windows. This requires CMake 3.10. @@ -59,8 +60,8 @@ New features and significant bug fixes: • Portability to CPU architectures with larger-than-64-bit pointers -dbus 1.15.94 (UNRELEASED) -========================= +Changes since 1.15.92 release candidate +--------------------------------------- Dependencies: @@ -68,6 +69,9 @@ Dependencies: Bug fixes: +• Avoid deprecation warnings with newer Meson versions + (dbus!507, Simon McVittie) + • Avoid deprecation warnings with newer CMake versions (dbus#541, Ralf Habacker) @@ -76,6 +80,9 @@ Tests and CI enhancements: • When building with CMake, set the same environment variables as Meson. This improves test coverage. (dbus#533, Ralf Habacker) +• Remove a remaining reference to Debian 11, which is EOL + (dbus!508, Simon McVittie) + dbus 1.15.92 (2024-12-11) =========================