summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-14 11:07:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-14 11:07:39 +0000
commit08e3ab8682e902eb4628dd070a85ec57003f0670 (patch)
treeec16959aa2407a537d5f95793d587ccbcdb1e896
parentfc3bf2f30472aa87b0e8eedb6aa3b0a78043cd8b (diff)
downloaddbus-08e3ab8682e902eb4628dd070a85ec57003f0670.tar.gz
NEWS
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 699ef1a8..090cfa25 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 <allow_anonymous/> 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)
==