-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