summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 19:13:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 19:13:19 +0000
commit2e23700b39d69fed3228b53bebd87e72b7ea9898 (patch)
tree018c0619fa29b59241650eafde8434e3332c054b
parenta2262becfe7fa53b7cdcd3651c87a3ebf74183e8 (diff)
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87eb54f8..56ff316d 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ D-Bus 1.5.10 (UNRELEASED)
• Build documentation correctly if man2html doesn't support filenames on
its command-line (fd.o #43875, Jack Nagel)
+• Improve test coverage. To get even more coverage, run the tests with
+ DBUS_TEST_SLOW=1 (fd.o #38285, 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