diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-25 13:16:53 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-25 13:59:23 +0100 |
commit | a12e6f3ccf30d97fe5fcbd4ecd4dba6e1c550123 (patch) | |
tree | 99f8c92403ca5c0d2a57ab4c290201a734fc69e2 /NEWS | |
parent | f51a9648ff1a893cecd34136adff02168db8b689 (diff) | |
download | dbus-a12e6f3ccf30d97fe5fcbd4ecd4dba6e1c550123.tar.gz dbus-a12e6f3ccf30d97fe5fcbd4ecd4dba6e1c550123.tar.bz2 dbus-a12e6f3ccf30d97fe5fcbd4ecd4dba6e1c550123.zip |
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |