Merge branch 'dbus-1.10'
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 19 Oct 2015 15:52:08 +0000 (16:52 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 19 Oct 2015 15:52:08 +0000 (16:52 +0100)
1  2 
NEWS

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -13,15 -8,13 +13,20 @@@ Fixes
    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)
  
+ • If BecomeMonitor is called with a syntactically invalid match rule,
+   don't crash with an assertion failure, fixing a regression in 1.9.10.
+   This was not exploitable as a denial of service, because the check
+   for a privileged user is done first. (fd.o #92298, Simon McVittie)
 +• Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
 +
  • On Windows, fix the logic for replacing the installation prefix
 -  in service files' Exec lines (fd.o #83539; Milan Crha, Simon McVittie)
 +  in service files' Exec lines, and the corresponding regression test
 +  (fd.o #83539; Milan Crha, Simon McVittie)
 +
 +• On Windows, when including configuration files with <include> or
 +  <includedir>, apply the same relocation as for the Exec paths
 +  in .service files (fd.o #92028, Simon McVittie)
  
  • On Windows, if installed in the conventional layout with ${prefix}/etc
    and ${prefix}/share, use relative paths between bus configuration files