From 361ecd7dc0b1bc351a1f7eb527222d847497779b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 22 Sep 2022 12:11:15 +0100 Subject: Update NEWS Signed-off-by: Simon McVittie --- NEWS | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 93b581ee..03e5db6e 100644 --- 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) -- cgit v1.2.1