NEWS
authorSimon McVittie <smcv@debian.org>
Thu, 13 Oct 2016 16:46:43 +0000 (17:46 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 13 Oct 2016 16:46:43 +0000 (17:46 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2b93ee6..fb8fdfa 100644 (file)
--- 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)
 ==