]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Mon, 23 May 2022 12:41:34 +0000 (13:41 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 23 May 2022 12:41:34 +0000 (13:41 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 728464fe2d420965d6d513fb3c6f96f75da5873e..dd72c43411da0162bff8fed3f365a85b13d34f2c 100644 (file)
--- 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