NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 8 Oct 2013 09:36:39 +0000 (10:36 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 8 Oct 2013 10:06:19 +0000 (11:06 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 31b3fb0..517cfdf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ Build-time configuration changes:
   assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent
   with the Autotools build system. (fd.o #66142, Chengwei Yang)
 
+• --with-valgrind=auto enables Valgrind instrumentation if and only if
+  valgrind headers are available. The default is still --with-valgrind=no.
+  (fd.o #56925, Simon McVittie)
+
 Dependencies:
 
 • Platforms with no 64-bit integer type are no longer supported.
@@ -38,6 +42,8 @@ Enhancements:
   · Don't claim D-Bus is "low-latency" (lower than what?), just
     give factual statements about it supporting async use
     (fd.o #65141, Justin Lee)
+  · Document the contents of .service files, and the fact that
+    system services' filenames are constrained (fd.o #66608, Simon)
 
 • Be thread-safe by default on all platforms, even if
   dbus_threads_init_default() has not been called. For compatibility with
@@ -126,6 +132,8 @@ Fixes:
     Simon McVittie)
   · Make autogen.sh work on *BSD by not assuming GNU coreutils functionality
     (fd.o #35881, #69787; Chengwei Yang)
+  · dbus-monitor: be portable to NetBSD (fd.o #69842, Chengwei Yang)
+  · dbus-launch: stop using non-portable asprintf (fd.o #37849, Simon)
 
 • Windows-specific:
   · Remove unavailable command-line options from 'dbus-daemon --help'