From: Simon McVittie Date: Tue, 15 Aug 2017 16:23:15 +0000 (-0400) Subject: Merge branch 'dbus-1.10' X-Git-Tag: dbus-1.11.18~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d82378fd3134de9a74e90dad14ea2b64c132ff17;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.10' --- d82378fd3134de9a74e90dad14ea2b64c132ff17 diff --cc NEWS index e04ccc2db,5207bfb40..48a5cb207 --- a/NEWS +++ b/NEWS @@@ -39,27 -12,17 +39,30 @@@ Fixes out) on entropy-starved embedded systems. (fd.o #101858, Simon McVittie) -• Increase listen() backlog of AF_UNIX sockets to the maximum possible, - minimizing failed connections under heavy load - (fd.o #95264, Lennart Poettering) - + • Avoid a -Werror=declaration-after-statement build failure on Solaris + (fd.o #102145, Alan Coopersmith) + -D-Bus 1.10.22 (2017-07-27) +D-Bus 1.11.16 (2017-07-27) == -The “roof terrace” release. +The “south facing garden” release. + +Build-time configuration changes: + +• The Autotools build system now supports varying ${runstatedir} + independently of ${localstatedir}, if using an Autoconf version + that has that feature; version 2.70 will eventually have this, but + many Linux distributions add it to version 2.69 as a patch. + A typical use is to set prefix=/usr, sysconfdir=/etc, localstatedir=/var + and runstatedir=/run. (fd.o #101569, Simon McVittie) + +Enhancements: + +• New APIs DBUS_MESSAGE_ITER_INIT_CLOSED, dbus_message_iter_init_closed() + and dbus_message_iter_abandon_container_if_open() simplify the + single-exit-point ("goto out") style of resource cleanup. The API + documentation around DBusMessageIter and containers has also been + clarified. (fd.o #101568, Simon McVittie) Fixes: