NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 7 Feb 2012 15:21:45 +0000 (15:21 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 7 Feb 2012 15:21:45 +0000 (15:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 54e95c7..b57b3d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ D-Bus 1.5.10 (UNRELEASED)
 • Avoid use of deprecated GThread API (fd.o #44413, Martin Pitt)
 
 • 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
+    event ports (fd.o #33337, Simon McVittie)
   · Avoid a highly unlikely fd leak (fd.o #29881, Simon McVittie)
   · Don't close invalid fd -1 if getaddrinfo fails (fd.o #37258, eXeC001er)
   · Don't touch ~/.dbus and ~/.dbus-keyrings when running 'make installcheck'