]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Merge remote-tracking branch 'origin/dbus-1.10'
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 26 Oct 2015 19:03:25 +0000 (19:03 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 26 Oct 2015 19:03:25 +0000 (19:03 +0000)
1  2 
NEWS

diff --cc NEWS
index aabfddff499af99decd7f308911008b9dbdcaa24,bca8a9dded350ab84e6ad4872a3fcbf8c0086ce9..93eddc5ff4ee8c225cdf629e976a1133086195f1
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,13 -1,15 +1,29 @@@
 -D-Bus 1.10.3 (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:
 +
++• Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
++
++• 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, fix the regression test for relocating service files' Exec
++  lines (fd.o #83539, Simon McVittie)
+ D-Bus 1.10.2 (2015-10-26)
+ ==
+ The “worst pies in London” release.
+ 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