summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-13 17:57:23 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-13 17:57:23 +0000
commita4d68a76870024dbf7987f1ebe4e27cf8a2620ba (patch)
tree7009bbecd3b7b4fe9e761ada39677b4f7281419a /NEWS
parent9a654d252983ee6b5cb1b26b0da5ba907991d004 (diff)
downloaddbus-a4d68a76870024dbf7987f1ebe4e27cf8a2620ba.tar.gz
more NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 703180cf..16a64513 100644
--- 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