From: Simon McVittie Date: Fri, 29 Jul 2011 11:52:32 +0000 (+0100) Subject: Merge branch 'dbus-1.4' X-Git-Tag: dbus-1.5.6~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c4b38b4bac0d23cf8c65154e1f2ae3506e42a33;p=platform%2Fupstream%2Fdbus.git Merge branch 'dbus-1.4' Conflicts: NEWS --- 3c4b38b4bac0d23cf8c65154e1f2ae3506e42a33 diff --cc NEWS index 05ddf05,efe14a8..6763c5f --- a/NEWS +++ b/NEWS @@@ -26,20 -17,8 +26,22 @@@ Other changes • Make "make check" in a clean tree work, by not running tests until test data has been set up (fd.o #34405, Simon McVittie) +• The dbus-daemon no longer busy-loops if it has a very large number of file + descriptors (fd.o #23194, Simon McVittie) + +• Some cmake fixes (Ralf Habacker) + +• Remove dead code, mainly from DBusString (fd.o #38570, Simon McVittie) + +• Stop storing two extra byte order indicators in each D-Bus message + (fd.o #38287, Simon McVittie) + +• Add an optional Stats interface which can be used to get statistics from + a running dbus-daemon if enabled at configure time with --enable-stats + (fd.o #34040, Simon McVittie) + + • Fix various typos (fd.o #27227, fd.o #38284; Sascha Silbe, Simon McVittie) + • Documentation (fd.o #36156, Simon McVittie): · let xsltproc be overridden as usual: ./configure XSLTPROC=myxsltproc · install more documentation automatically, including man2html output