From: Simon McVittie Date: Wed, 13 May 2015 17:52:23 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.9.16~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4df63ce80b994001bb61aba25cc1b5c0164ad0c9;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index c907e20f8..c57b7b3c9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ D-Bus 1.9.16 (UNRELEASED) == +Enhancements: + +• Add dbus_message_iter_get_element_count() + (fd.o #30350; Christian Dywan, Simon McVittie) + +• Introduce new internal DBusSocket and DBusPollable types so we can + stop treating the Windows SOCKET type as if it was int. DBusSocket + is specifically a socket, cross-platform. DBusPollable is whatever + _dbus_poll() can act on, i.e. a fd on Unix or a SOCKET on Windows. + (fd.o #89444; Ralf Habacker, Simon McVittie) + Fixes: • Add locking to DBusCounter's reference count and notify function