From: Simon McVittie Date: Tue, 19 Aug 2025 13:35:38 +0000 (+0100) Subject: Update NEWS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c1e83deaa6987aaacaed9b9f088ed18d92de48e;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 7f81eb807..596b47143 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,13 @@ Build-time configuration: · or `-Delogind=auto` uses libelogind only if libsystemd was not found, and libelogind was found +• The solaris_console_owner_file Meson option now defaults to 'auto', + which attempts to make a reasonable choice on any platform. + This is currently the same as setting it to /dev/console on Solaris + derivatives, or disabling the feature on any other platform. + In previous releases, any non-empty setting was an error on non-Solaris + platforms. + Enhancements: • D-Bus Specification 0.44: @@ -65,9 +72,16 @@ Bug fixes: disable unnecessary features and try to link them statically (dbus!516, Simon McVittie) +• On non-Linux platforms, never try to compile with Linux epoll support, + even if the OS has a compatibility interface for epoll + (dbus#557; Alan Coopersmith, Jonathan Perkins) + • On FreeBSD, fix the build when assertions are enabled (dbus!527, Gleb Popov) +• Fix the Meson build on Solaris derivatives such as illumos + (dbus#557; Alan Coopersmith, Jonathan Perkins) + • Update fallback subprojects for GLib and Expat (dbus!426, dbus!429; Simon McVittie) @@ -81,7 +95,7 @@ Tests and CI: (dbus#308, Simon McVittie) • CI fixes - (dbus#546, dbus#547, dbus#548, dbus!528, dbus!531; + (dbus#546, dbus#547, dbus#548, dbus#558, dbus!528, dbus!531; Simon McVittie, Gleb Popov) dbus 1.16.2 (2025-02-27)