Merge branch 'dbus-1.10'
authorSimon McVittie <smcv@debian.org>
Tue, 15 Aug 2017 16:23:15 +0000 (12:23 -0400)
committerSimon McVittie <smcv@debian.org>
Tue, 15 Aug 2017 16:23:15 +0000 (12:23 -0400)
1  2 
NEWS
dbus/dbus-sysdeps-unix.c

diff --cc NEWS
--- 1/NEWS
--- 2/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:
  
Simple merge