This commit is contained in:
Simon McVittie 2012-06-25 13:16:53 +01:00
parent f51a9648ff
commit a12e6f3ccf

6
NEWS
View file

@ -1,7 +1,11 @@
D-Bus 1.6.2 (UNRELEASED)
==
Fixes:
• Disconnect "developer mode" (assertions, verbose mode etc.) from
Automake maintainer mode. D-Bus developers should now configure with
--enable-developer. Automake maintainer mode is now on by default;
distributions can disable it with --disable-maintainer-mode.
(fd.o #34671, Simon McVittie)
• Automatically define DBUS_STATIC_BUILD in static-only Autotools builds,
fixing linking when targeting Windows (fd.o #33973; william, Simon McVittie)