summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-07-25 11:53:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-07-25 11:53:13 +0100
commitbed268845241ac0315b5684adb82c6994d3acaa3 (patch)
treea924fe4444a6e1c68b602345e9ee3324da0a0944
parent8dab754686abc938f880d22d39a19666f0f0da11 (diff)
downloaddbus-bed268845241ac0315b5684adb82c6994d3acaa3.tar.gz
Update NEWS for merge of dbus-1.10-ci branch
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d898c3c2..1981a8d0 100644
--- a/NEWS
+++ b/NEWS
@@ -13,12 +13,29 @@ Fixes:
• Fix memory leaks and thread safety in subprocess starting on Windows
(fd.o #95191, Ralf Habacker)
+• Do not require systemd to have a service file if using it for activation
+ (fd.o #93194; Simon McVittie; backport from 1.11.0)
+
• Stop test-dbus-daemon incorrectly failing on platforms that cannot
discover the process ID of clients (fd.o #96653, Руслан Ижбулатов)
• In tests that exercise correct handling of crashing D-Bus services,
suppress Windows crash handler (fd.o #95155; Yiyang Fei, Ralf Habacker)
+• Merge dbus-1.10-ci branch, containing backports from 1.11.0 in build/test
+ code to support continuous integration (fd.o #93194, Simon McVittie)
+
+ · Avoid -Wunused-label when compiling with libselinux but no libaudit
+ · In development builds, allow OOM tests to be disabled as documented
+ · Accept and ignore the --tap argument in all "embedded tests", and run
+ all automated tests with that argument for better diagnostics
+ · Fix the systemd activation test under CMake by installing the required
+ files
+ · In Automake, fix shell syntax for installcheck-local with no DESTDIR
+ · In Automake, don't try to run manual tests in installcheck
+ · In CMake, don't run manual-tcp test as an automated test
+ · Add travis-ci.org build machinery
+
D-Bus 1.10.8 (2016-03-07)
==