From: Simon McVittie Date: Thu, 13 Oct 2016 16:46:43 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.11.8~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95af34cdb84b8f8eb402a9dd55fab99853e23c3f;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 2b93ee65d..fb8fdfaad 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,23 @@ D-Bus 1.11.8 (UNRELEASED) == -... +Build-time configuration: + +• The new --enable-debug configure option provides an easy way to + enable debug symbols, disable optimization and/or enable profiling. + +• The --enable-compile-warnings configure option can be used to control + compiler warnings. + +• The --disable-compiler-optimisations configure option is no longer + supported. Use --enable-debug=yes or CFLAGS=-O0 instead. + +Enhancements: + +• Fix and enable a lot of compiler warnings to improve future code + quality. This might incidentally also fix some environment variable + accesses on OS X. + (fd.o #97357, fd.o #98192; Thomas Zimmermann, Simon McVittie) D-Bus 1.11.6 (2016-10-10) ==