diff --git a/NEWS b/NEWS index 0e3c4d1f..f36fc0d1 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) ==