summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-05-23 13:41:34 +0100
committerSimon McVittie <smcv@collabora.com>2022-05-23 13:41:34 +0100
commite368045782ad6fa4b6f81a6ffdeca012f897a318 (patch)
treec1e3d7399e6f51262072c152fa3be2dcdf85f012 /NEWS
parent5c0382efef7b61feca0de155eef253c3a5d01cb9 (diff)
downloaddbus-e368045782ad6fa4b6f81a6ffdeca012f897a318.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 728464fe..dd72c434 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