From: Simon McVittie Date: Wed, 2 Mar 2016 19:00:00 +0000 (+0000) Subject: Merge branch 'dbus-1.10' X-Git-Tag: dbus-1.11.2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e691124e2883b448274528d0a20b72f0d102746d;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.10' --- e691124e2883b448274528d0a20b72f0d102746d diff --cc NEWS index 5a2a7d697,a230ac3e7..0f29e9043 --- a/NEWS +++ b/NEWS @@@ -1,55 -1,29 +1,76 @@@ -D-Bus 1.10.8 (UNRELEASED) +D-Bus 1.11.2 (UNRELEASED) == - ... + Fixes: + + • Enable "large file support" on systems where it exists: dbus-daemon + is not expected to open large files, but it might need to stat files + that happen to have large inode numbers (fd.o #93545, Hongxu Jia) + + • Eliminate padding inside DBusMessageIter on 64-bit platforms, + which might result in a pedantic C compiler not copying the entire contents + of a DBusMessageIter; statically assert that this is not an ABI change + in practice (fd.o #94136, Simon McVittie) + + • Document dbus-test-tool echo --sleep-ms=N instead of incorrect --sleep=N + (fd.o #94244, Dmitri Iouchtchenko) + + • Correctly report test failures in C tests from run-test.sh + (fd.o #93379; amit tewari, Simon McVittie) + + • When tests are enabled, run all the marshal-validate tests, not just + the even-numbered ones (fd.o #93908, Nick Lewycky) + + • Correct the expected error from one marshal-validate test, which was + previously not run due to the above bug (fd.o #93908, Simon McVittie) +D-Bus 1.11.0 (2015-12-02) +== + +The “peppermint deer” release. + +Dependencies: + +• On non-Windows platforms, dbus now 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) + +• 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 + (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) + +• 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) ==