From: Simon McVittie Date: Fri, 7 Mar 2025 16:21:50 +0000 (+0000) Subject: Update NEWS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cddd0a7c94d985587bc0da642841726adf7842ad;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 5d20ed8cf..896857b4b 100644 --- a/NEWS +++ b/NEWS @@ -15,14 +15,17 @@ Build system and dependencies: the compile-time DBUS_VERSION or the runtime dbus_get_version(). (dbus#530, dbus!494; Simon McVittie) -• The branch used for development releases has been renamed to `main`. - Please see CONTRIBUTING.md for details of how to update existing checkouts. - (dbus#530, Simon McVittie) - Bug fixes: -• On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode - enabled (Debian#1096212, dbus!511; Simon McVittie) +• Correct commented-out default auth_timeout in system.conf + (dbus!519, Simon McVittie) + +• When built with Meson and fallback subprojects are enabled, + disable unnecessary features and try to link them statically + (dbus!516, Simon McVittie) + +• Update fallback subprojects for GLib and Expat + (dbus!426, dbus!429; Simon McVittie) Tests and CI: @@ -30,6 +33,25 @@ Tests and CI: log the file descriptor's filename or type as a hint to aid debugging (dbus!503, Simon McVittie) +• Skip a known-failing test on all FreeBSD versions + (dbus#308, Simon McVittie) + +• CI fixes (dbus#546, dbus#547, dbus#548; Simon McVittie) + +dbus 1.16.2 (2025-02-27) +======================== + +Build system: + +• The branch used for development releases has been renamed to `main`. + Please see CONTRIBUTING.md for details of how to update existing checkouts. + (dbus#530, Simon McVittie) + +Bug fixes: + +• On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode + enabled (Debian#1096212, dbus!511; Simon McVittie) + Internal changes: • Documentation updates