From: Simon McVittie Date: Mon, 26 Oct 2015 12:05:09 +0000 (+0000) Subject: NEWS X-Git-Tag: dbus-1.10.2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aec7bece6824bd6d5a9a58e3aa6ea9a377b7ed2e;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 0e3c4d1ff..f36fc0d1f 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ Fixes: This was not exploitable as a denial of service, because the check for a privileged user is done first. (fd.o #92298, Simon McVittie) +• On Linux with --enable-user-session, add the bus address to the + environment of systemd services for better backwards compatibility + (fd.o #92612, Jan Alexander Steffens) + • On Windows, fix the logic for replacing the installation prefix in service files' Exec lines (fd.o #83539; Milan Crha, Simon McVittie) @@ -20,6 +24,9 @@ Fixes: and ${prefix}/share, use relative paths between bus configuration files to allow the tree to be relocated (fd.o #92028, Simon McVittie) +• Make more of the regression tests pass in Windows builds (fd.o #92538, + Simon McVittie) + D-Bus 1.10.0 (2015-08-25) ==