From: Simon McVittie Date: Mon, 12 Sep 2022 20:40:56 +0000 (+0100) Subject: Update NEWS for 1.15.x branch X-Git-Tag: dbus-1.15.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea6bdcab895d58f8de947134a4434d13cb32431;p=thirdparty%2Fdbus.git Update NEWS for 1.15.x branch Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index a1349704b..b3fd9f400 100644 --- a/NEWS +++ b/NEWS @@ -68,7 +68,7 @@ Enhancements: Fixes: -• Portability to CPU architectures with larger-than-64-bit pointers +• Partial portability to CPU architectures with larger-than-64-bit pointers (dbus!318, Alex Richardson) • Fix build failure on FreeBSD (dbus!277, Alex Richardson) @@ -108,6 +108,9 @@ Fixes: • Silence xmlto warnings when building man pages (dbus!312, Marc-André Lureau) +• Fix build failure when checks are disabled but assertions are enabled + (dbus#412, Johannes Kauffmann) + • 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 @@ -145,7 +148,6 @@ Fixes: · Fix use of paths relative to the dbus project directory when dbus is vendored into a larger CMake project (dbus!332, Jordan Williams) - Tests and CI enhancements: • Add an automated test for Windows autolaunching @@ -171,6 +173,9 @@ Tests and CI enhancements: • Added FreeBSD Gitlab-CI build jobs (dbus!280, Alex Richardson) +• Use the latest MSYS2 packages for CI + (Ralf Habacker, Simon McVittie) + dbus 1.14.0 (2022-02-28) ========================