From: Simon McVittie Date: Mon, 5 Jun 2023 18:49:31 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.15.6~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68016275020c8a882ef7bf6bc83468c7fa2e3931;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index b7eb5acc4..a1ce5dcdd 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,35 @@ dbus 1.15.6 (UNRELEASED) ======================== -... +Enhancements: + +• Special-case reading pseudo-files from Linux /proc to take into + account the filesystem's unusual semantics (dbus!401, Luca Boccassi) + +Fixes: + +• Fix compilation on compilers not supporting __FUNCTION__ + (dbus!404, Barnabás Pőcze) + +• Fix some memory leaks on out-of-memory conditions + (dbus!403, Barnabás Pőcze) + +• Documentation: + · Update the README to recommend building with Meson + (dbus!402, Ahmed Abdelfattah) + · Fix syntax of a code sample in dbus-api-design + (dbus!396; Yen-Chin, Lee) + +• CMake build fixes: + · Detect presence of (dbus!400, Luca Boccassi) + +Tests and CI enhancements: + +• Fix CI pipelines after freedesktop/freedesktop#540 + (dbus!405, dbus#456; Simon McVittie) + +• Ensure the messagebus user is created if necessary + (dbus#445, Ralf Habacker) dbus 1.15.4 (2023-02-08) ========================