From: Simon McVittie Date: Tue, 1 Dec 2015 21:37:48 +0000 (+0000) Subject: Merge branch 'dbus-1.10' X-Git-Tag: dbus-1.11.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fcb37d0a320967636056be319393764675e77ef;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.10' --- 1fcb37d0a320967636056be319393764675e77ef diff --cc NEWS index eb5c77176,ccdcc7fc9..ec31aa0f3 --- a/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 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 or + , 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