From: Simon McVittie Date: Thu, 11 Apr 2013 13:00:15 +0000 (+0100) Subject: NEWS for 1.7 X-Git-Tag: dbus-1.7.2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1aaeb6afd0d6dcc02497e6f952f88e94e05b04b9;p=thirdparty%2Fdbus.git NEWS for 1.7 --- diff --git a/NEWS b/NEWS index 6bd2e0da3..a47f8495d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ D-Bus 1.7.2 (UNRELEASED) == +Configuration changes: + +• On non-QNX Unix platforms, the default limit on fds per message in the + session bus configuration has reduced from 4096 to 1024. The default + limit used on the system bus was already 1024. On QNX, both limits are + reduced further, to 128. + +Fixes: + • Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fd.o #63127, Dan Williams) @@ -14,6 +23,8 @@ D-Bus 1.7.2 (UNRELEASED) (fd.o #62585, Martin Pitt) · When built with CMake, link to librt and use the right path for meinproc's XSLT stylesheets (fd.o #61637, Ralf Habacker) + · Reduce the default limit on number of fds per message to 128 under + QNX, working around an arbitrary OS limit (fd.o #61176, Matt Fischer) • Windows-specific: · Do not claim that all bus clients have the dbus-daemon's credentials;