diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-08 19:34:37 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-08 19:34:37 +0000 |
commit | 0a6a1726af43eb3ec83247f494db21a91b358bee (patch) | |
tree | 51a4eda2565fc7b54a2c814849d7ec0c6cdde63c /NEWS | |
parent | b129afbb7eadea6d6c2f5b5f45c1e790ef00a62e (diff) | |
download | dbus-0a6a1726af43eb3ec83247f494db21a91b358bee.tar.gz |
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |