summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 13:43:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 13:43:09 +0100
commitfe5b9d3eac9e2ee9fb99288f34eb0eaf0a4c9c66 (patch)
treec9c9597c773de48850e532df42397f9123aa7818
parent3c4b38b4bac0d23cf8c65154e1f2ae3506e42a33 (diff)
downloaddbus-fe5b9d3eac9e2ee9fb99288f34eb0eaf0a4c9c66.tar.gz
NEWS for 1.5
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6763c5fb..c4c0f3a6 100644
--- a/NEWS
+++ b/NEWS
@@ -29,9 +29,15 @@ Other changes:
• The dbus-daemon no longer busy-loops if it has a very large number of file
descriptors (fd.o #23194, Simon McVittie)
+• Refactor message flow through dispatching to avoid locking violations if
+ the bus daemon's message limit is hit; remove the per-connection link cache,
+ which was meant to improve performance, but now reduces it (fd.o #34393,
+ Simon McVittie)
+
• Some cmake fixes (Ralf Habacker)
-• Remove dead code, mainly from DBusString (fd.o #38570, Simon McVittie)
+• Remove dead code, mainly from DBusString (fd.o #38570, fd.o #39610;
+ Simon McVittie, Lennart Poettering)
• Stop storing two extra byte order indicators in each D-Bus message
(fd.o #38287, Simon McVittie)