From 80c37bc3ebfdd9f84fda06e669fbc453bc201b2e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 18 Feb 2025 14:25:42 +0000 Subject: [PATCH] Update NEWS Signed-off-by: Simon McVittie (cherry picked from commit 4c0d7e551f2f0f9e3a9570c6301c797ddf033b0d) --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e49a9b90..045c6204 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ dbus 1.16.1 (UNRELEASED) ======================== +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