Merge branch 'dbus-1.10'
authorSimon McVittie <smcv@debian.org>
Tue, 1 Dec 2015 21:37:48 +0000 (21:37 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 1 Dec 2015 21:37:48 +0000 (21:37 +0000)
1  2 
NEWS
configure.ac

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,32 -1,15 +1,41 @@@
 -D-Bus 1.10.8 (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.
 +
 +Enhancements:
 +
 +• D-Bus Specification version 0.27
 +  · Specify that services should not reply if NO_REPLY_EXPECTED was used
 +    (fd.o #75749, Lars Uebernickel)
 +
 +Fixes:
 +
 +• Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
 +
 +• When using the Monitoring interface, match messages' destinations
 +  (fd.o #92074, Simon McVittie)
 +
 +• On Linux with systemd, stop installing a reference to the obsolete
 +  dbus.target, and enable dbus.socket statically (fd.o #78412, #92402;
 +  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)
 +
++• Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker)
+ D-Bus 1.10.6 (2015-12-01)
+ ==
+ The “marzipan beetles” release.
+ Fixes:
  • On Unix when running tests as root, don't assert that root and
    the dbus-daemon user can still call UpdateActivationEnvironment;
    assert that those privileged users can call BecomeMonitor instead
diff --cc configure.ac
Simple merge