This commit is contained in:
Simon McVittie 2015-10-02 11:51:40 +01:00
parent d0f4684138
commit c99d733f37

9
NEWS
View file

@ -3,9 +3,18 @@ D-Bus 1.10.2 (UNRELEASED)
Fixes:
• Correct error handling for activation: if there are multiple attempts
to activate the same service and it fails immediately, the first attempt
would get the correct reply, but the rest would time out. We now send
the same error reply to each attempt. (fd.o #92200, Simon McVittie)
• On Windows, fix the logic for replacing the installation prefix
in service files' Exec lines (fd.o #83539; Milan Crha, Simon McVittie)
• On Windows, if installed in the conventional layout with ${prefix}/etc
and ${prefix}/share, use relative paths between bus configuration files
to allow the tree to be relocated (fd.o #92028, Simon McVittie)
D-Bus 1.10.0 (2015-08-25)
==