NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 8 Feb 2012 19:13:19 +0000 (19:13 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 8 Feb 2012 19:13:19 +0000 (19:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 87eb54f..56ff316 100644 (file)
--- 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