From: Simon McVittie Date: Tue, 14 Jan 2014 11:07:39 +0000 (+0000) Subject: NEWS X-Git-Tag: dbus-1.8.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e3ab8682e902eb4628dd070a85ec57003f0670;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 699ef1a81..090cfa259 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,36 @@ D-Bus 1.7.12 (UNRELEASED) == +Enhancements: + +• Enhance the CMake build system to check for GLib and compile/run + a subset of the regression tests (fd.o #41252, Ralf Habacker) + +Fixes: + +• don't rely on va_copy(), use DBUS_VA_COPY() wrapper (fd.o #72840, + Ralf Habacker) + +• fix compilation of systemd journal support on older systemd versions where + sd-journal.h doesn't include syslog.h (fd.o #73455, Ralf Habacker) + +• fix compilation on older MSVC versions by including stdlib.h + (fd.o #73455, Ralf Habacker) + +• Allow to appear in an included configuration file + (fd.o #73475, Matt Hoosier) + +Test behaviour changes: + +• If the tests crash with an assertion failure, they no longer default to + blocking for a debugger to be attached. Set DBUS_BLOCK_ON_ABORT in the + environment if you want the old behaviour. + +• To improve debuggability, the dbus-daemon and dbus-daemon-eavesdrop tests + can be run with an external dbus-daemon by setting + DBUS_TEST_DAEMON_ADDRESS in the environment. Test-cases that require + an unusually-configured dbus-daemon are skipped. + D-Bus 1.7.10 (2014-01-06) ==