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

diff --git a/NEWS b/NEWS
index 56ff316..b319164 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ D-Bus 1.5.10 (UNRELEASED)
 • Improve test coverage. To get even more coverage, run the tests with
   DBUS_TEST_SLOW=1 (fd.o #38285, Simon McVittie)
 
+• Reduce the size of the shared library by moving functionality only used
+  by dbus-daemon, tests etc. into their internal library
+  (fd.o #34976, 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