summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-22 12:11:15 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-22 12:11:15 +0100
commit361ecd7dc0b1bc351a1f7eb527222d847497779b (patch)
tree7d042e35429b3ac015c35b830e3b9f816c5bf705 /NEWS
parentffbf053e2a18163bc14c1ac42f2ae2f28d707fa8 (diff)
downloaddbus-361ecd7dc0b1bc351a1f7eb527222d847497779b.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
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)