From: Simon McVittie Date: Mon, 23 May 2022 12:41:34 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.15.0~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e368045782ad6fa4b6f81a6ffdeca012f897a318;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 728464fe2..dd72c4341 100644 --- a/NEWS +++ b/NEWS @@ -14,12 +14,19 @@ Enhancements: closefrom() or close_range() where available (dbus#278; rim, Simon McVittie) +• Teach dbus-send to handle variants in containers: arrays of variants, + variant values in dictionaries, and nested variants + (dbus!206, Frederik Van Bogaert) + • Detect programming errors with Windows mutexes if assertions are enabled, similar to what we already did for pthreads mutexes (dbus#369, Ralf Habacker) Fixes: +• Portability to CPU architectures with larger-than-64-bit pointers + (dbus!318, Alex Richardson) + • Fix build failure on FreeBSD (dbus!277, Alex Richardson) • Fix build failure on macOS with launchd enabled