NEWS
authorSimon McVittie <smcv@collabora.com>
Mon, 12 Jun 2017 10:45:26 +0000 (11:45 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 12 Jun 2017 10:45:26 +0000 (11:45 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index e23306f..6e12189 100644 (file)
--- 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,