From 68016275020c8a882ef7bf6bc83468c7fa2e3931 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 5 Jun 2023 19:49:31 +0100 Subject: [PATCH] Update NEWS Signed-off-by: Simon McVittie --- NEWS | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b7eb5acc..a1ce5dcd 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) ========================