From: Simon McVittie Date: Wed, 5 Apr 2017 20:40:57 +0000 (+0100) Subject: Merge branch 'dbus-1.10' X-Git-Tag: dbus-1.11.12~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb56619aedc667c0d10b2e9630802c24c1a617a3;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.10' --- eb56619aedc667c0d10b2e9630802c24c1a617a3 diff --cc NEWS index 0d496d385,c9588171b..0826b57bd --- a/NEWS +++ b/NEWS @@@ -30,30 -5,21 +30,33 @@@ Enhancements 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, Debian #857660; Laurent Bigonville) +• Always read service file directories in the intended order + (fd.o #99825, Simon McVittie) + +• When tests are skipped, don't try to kill nonexistent process 0 + (fd.o #99825, Simon McVittie) + +• Avoid valgrind false positives (fd.o #88808, Philip Withnall) + • Fix a harmless read overflow and some memory leaks in a unit test + (fd.o #100568, Philip Withnall) + -D-Bus 1.10.16 (2017-02-16) +• Fix some typos in test code + (fd.o #99999, Coverity #141876, #141877; Philip Withnall) + +• Clarify the roles of /etc/dbus-1/s*.d and /usr/share/dbus-1/s*.d + in documentation (fd.o #99901, Philip Withnall) + +D-Bus 1.11.10 (2017-02-16) == -The “super digging powers” release. +The “purple hair gives you telekinesis?” release. + +Dependencies: -The fixes in this release are arguably security fixes, but if they -affect you, please take this opportunity to rethink how you are -configuring dbus. +• AppArmor support requires at least libapparmor 2.8.95, reduced + from 2.10 in previous versions. One test requires 2.10 and is + skipped if building with an older version. Enhancements: