summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 19:06:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-08 19:06:51 +0000
commit2a8be5a2f5d9c848e10c8c505f02eebd48276c3a (patch)
treecf472e6a25045858312a88ec8db2ccc5c11dfc7d /NEWS
parent5a548fbf641bbd93d28009281c97e3e1aab1adad (diff)
parenta9e14209a25051a119a207a014750af83251b6b1 (diff)
downloaddbus-2a8be5a2f5d9c848e10c8c505f02eebd48276c3a.tar.gz
Merge branch 'dbus-1.4'
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b27b089..87eb54f8 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ D-Bus 1.5.10 (UNRELEASED)
• Avoid use of deprecated GThread API (fd.o #44413, Martin Pitt)
+• Build documentation correctly if man2html doesn't support filenames on
+ its command-line (fd.o #43875, Jack Nagel)
+
• 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