summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-19 10:44:58 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-19 10:45:01 +0100
commit546617d23cb454a2625d1974db039ffd51a2165a (patch)
treeb21a7d3ec6f2963bfdf8b43ffe44254b31bbc63e /NEWS
parent1c53a181eee038b14e11471e5aad7395d446f158 (diff)
downloaddbus-546617d23cb454a2625d1974db039ffd51a2165a.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3fd9f40..93b581ee 100644
--- 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;