summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 19:34:37 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 19:34:37 +0000
commit0a6a1726af43eb3ec83247f494db21a91b358bee (patch)
tree51a4eda2565fc7b54a2c814849d7ec0c6cdde63c /NEWS
parentb129afbb7eadea6d6c2f5b5f45c1e790ef00a62e (diff)
downloaddbus-0a6a1726af43eb3ec83247f494db21a91b358bee.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56ff316d..b3191643 100644
--- 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