]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS: Update
authorSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 11:00:00 +0000 (11:00 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 11:00:00 +0000 (11:00 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

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