This commit is contained in:
Simon McVittie 2015-10-26 12:05:09 +00:00
parent 98e4499240
commit aec7bece68

7
NEWS
View file

@ -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)
==