]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Thu, 22 Sep 2022 11:11:15 +0000 (12:11 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 22 Sep 2022 11:11:15 +0000 (12:11 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 93b581ee5a456c5a42d5804bc4001ad14b269cbf..03e5db6eef8fc53c32c8d442eef7bd3f21914521 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,11 @@ dbus 1.15.0 (UNRELEASED)
 
 Dependencies:
 
-• dbus now requires either a C99 compiler (such as gcc or clang),
-  or Microsoft Visual Studio 2015 or later. Some workarounds for
-  pre-C99 environments are currently still present, but we plan to
+• On platforms where a pointer is larger than 64 bits, dbus requires at
+  least a C11 compiler.
+  On other platforms, dbus now requires either a C99 compiler such as
+  gcc or clang, or Microsoft Visual Studio 2015 or later. Some workarounds
+  for pre-C99 environments are currently still present, but we plan to
   remove them during this development cycle.
 
 • Building with CMake now requires CMake ≥ 3.4.
@@ -68,8 +70,8 @@ Enhancements:
 
 Fixes:
 
-• Partial portability to CPU architectures with larger-than-64-bit pointers
-  (dbus!318, Alex Richardson)
+• Portability to CPU architectures with larger-than-64-bit pointers
+  (dbus!335, dbus!318; Alex Richardson)
 
 • Fix build failure on FreeBSD (dbus!277, Alex Richardson)
 
@@ -179,7 +181,7 @@ Tests and CI enhancements:
   Ralf Habacker, Simon McVittie, Alex Richardson)
 
 • Added FreeBSD Gitlab-CI build jobs
-  (dbus!280, Alex Richardson)
+  (dbus!280, dbus!347; Alex Richardson)
 
 • Use the latest MSYS2 packages for CI
   (Ralf Habacker, Simon McVittie)