more NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 17:57:23 +0000 (17:57 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 17:57:23 +0000 (17:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 703180c..16a6451 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,10 @@ D-Bus 1.5.10 (UNRELEASED)
   it under systemd to improve startup time a bit (fd.o #45520,
   Lennart Poettering)
 
+• Optionally (if configured --with-valgrind) add instrumentation to debug
+  libdbus and associated tools more meaningfully under Valgrind
+  (fd.o #37286, Simon McVittie)
+
 • Unix-specific:
   · Use epoll(7) for a more efficient main loop in Linux; equivalent patches
     welcomed for other OSs' equivalents like kqueue, /dev/poll, or Solaris