Merge branch 'dbus-1.10'
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 2 Oct 2015 10:52:35 +0000 (11:52 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 2 Oct 2015 10:52:35 +0000 (11:52 +0100)
1  2 
NEWS
configure.ac

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,15 -1,13 +1,20 @@@
 -D-Bus 1.10.2 (UNRELEASED)
 +D-Bus 1.11.0 (UNRELEASED)
  ==
  
 +Dependencies:
 +
 +• On non-Windows platforms, D-Bus requires an <inttypes.h> that defines
 +  C99 constants such as PRId64 and PRIu64.
 +
  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)
 +• 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)
  
diff --cc configure.ac
Simple merge