From: Simon McVittie Date: Mon, 12 Jun 2017 10:45:26 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.11.14~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0203c48d5243a0cdc2c438b32fd9d9ad4d96f71a;p=thirdparty%2Fdbus.git NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index e23306f16..6e121891c 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ Dependencies: • SELinux support requires at least libselinux 2.0.86 as explicit refcounting for SID (sidput/sidget) has been removed from the code. +• Full test coverage now requires GLib 2.40. Build-time configuration changes: @@ -67,6 +68,10 @@ Enhancements: • Avoid deprecated API calls when using SELinux (fd.o #100912, Laurent Bigonville) +• Switch a test from the deprecated g_test_trap_fork() to + g_test_trap_subprocess(), for Windows support and better robustness + on Unix (fd.o #101362, Simon McVittie) + Fixes: • Don't put timestamps in the Doxygen-generated documentation,