summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-13 18:52:23 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-13 18:52:23 +0100
commit4df63ce80b994001bb61aba25cc1b5c0164ad0c9 (patch)
tree9b52cf4be08a433d50cf4427249da051f5d6b7d9
parentb9a5ea27f9788a2b02ea3c5e6c700ffcc48a49d3 (diff)
downloaddbus-4df63ce80b994001bb61aba25cc1b5c0164ad0c9.tar.gz
NEWS
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c907e20f..c57b7b3c 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