]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Mon, 19 Sep 2022 09:44:58 +0000 (10:44 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 19 Sep 2022 09:45:01 +0000 (10:45 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index b3fd9f400a7b30b26e7b346a0f45c562847e5d4c..93b581ee5a456c5a42d5804bc4001ad14b269cbf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -111,6 +111,10 @@ Fixes:
 • Fix build failure when checks are disabled but assertions are enabled
   (dbus#412, Johannes Kauffmann)
 
+• Use C99 flexible arrays in the memory pool implementation for better
+  support for modern compilers
+  (dbus!343, dbus!344; Alex Richardson, Simon McVittie)
+
 • Autotools build system fixes:
   · Don't treat --with-x or --with-x=yes as a request to disable X11,
     fixing a regression in 1.13.20. Instead, require X11 libraries and
@@ -165,6 +169,10 @@ Tests and CI enhancements:
 • On Unix, skip tests that switch uid if run in a container that is
   unable to do so, instead of failing (dbus#407, Simon McVittie)
 
+• On Unix, consistently create test sockets in DBUS_TEST_SOCKET_DIR and
+  not the build directory, allowing the build directory to be mounted with
+  a non-POSIX filesystem (dbus!334, Alex Richardson)
+
 • Gitlab-CI improvements
   (dbus#383, dbus#388, dbus!262, dbus!288, dbus!292, dbus!296, dbus!299,
   dbus!301;