From: Simon McVittie Date: Wed, 2 Dec 2015 20:54:37 +0000 (+0000) Subject: Update NEWS X-Git-Tag: dbus-1.11.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e25fc6b6c2a146c93ce935bb649237c6eee93f;p=thirdparty%2Fdbus.git Update NEWS --- diff --git a/NEWS b/NEWS index ec31aa0f3..cab694720 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ D-Bus 1.11.0 (UNRELEASED) == +The “peppermint deer” release. + Dependencies: -• On non-Windows platforms, D-Bus requires an that defines +• On non-Windows platforms, dbus now requires an that defines C99 constants such as PRId64 and PRIu64. Enhancements: @@ -12,8 +14,20 @@ Enhancements: · Specify that services should not reply if NO_REPLY_EXPECTED was used (fd.o #75749, Lars Uebernickel) +• Add a script to do continuous-integration builds, and metadata to run it + on travis-ci.org. To use this, clone the dbus git repository on GitHub + and set it up with travis-ci.org; the only special setting needed is + "only build branches with a .travis.yml". (fd.o #93194, Simon McVittie) + +• If dbus-daemon is run with --systemd-activation, do not require + org.freedesktop.systemd1.service to exist (fd.o #93194, Simon McVittie) + Fixes: +• Re-order dbus-daemon startup so that on SELinux systems, the thread + that reads AVC notifications retains the ability to write to the + audit log (fd.o #92832, Laurent Bigonville) + • Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa) • When using the Monitoring interface, match messages' destinations @@ -27,6 +41,8 @@ Fixes: , apply the same relocation as for the Exec paths in .service files (fd.o #92028, Simon McVittie) +• Add support for backtraces on Windows (fd.o #92721, Ralf Habacker) + • Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker) D-Bus 1.10.6 (2015-12-01)