From: Simon McVittie Date: Thu, 8 Jun 2017 17:37:08 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.11.14~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fac3ae223905b78422735ae59a999b8e808fa66c;p=thirdparty%2Fdbus.git NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 2a4374803..e23306f16 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,12 @@ Enhancements: • Implement the Properties and Peer interfaces in dbus-daemon (fd.o #101257, Simon McVittie) +• New function dbus_try_get_local_machine_id() is like + dbus_get_local_machine_id(), but returning a DBusError. Other code + that needs the machine ID will now report a recoverable error (instead + of logging to stderr and aborting) if dbus has not been installed + correctly. (fd.o #13194, Simon McVittie) + • Avoid deprecated API calls when using SELinux (fd.o #100912, Laurent Bigonville)