From: Simon McVittie Date: Wed, 11 Jun 2014 10:46:27 +0000 (+0100) Subject: Merge branch 'dbus-1.8' X-Git-Tag: dbus-1.9.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d002a430cc84ff4a45589d7955ab2f9382f02745;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.8' Conflicts: NEWS configure.ac --- d002a430cc84ff4a45589d7955ab2f9382f02745 diff --cc NEWS index 2ca9f30fc,48d3e9b01..a4f165ad6 --- a/NEWS +++ b/NEWS @@@ -1,46 -1,12 +1,50 @@@ -D-Bus 1.8.6 (UNRELEASED) +D-Bus 1.9.0 (UNRELEASED) == +Requirements: + +• Support for the systemd: (LISTEN_FDS) pseudo-transport on Linux now + requires the sd-daemon shared library, dropping the embedded convenience + copy (fd.o #71818, Simon) + +Build-time configuration changes: + +• The CMake build system now builds the same shared library name as Autotools + on at least Linux and Windows: + - on Linux (and perhaps other Unix platforms), it previously built + libdbus-1.so, but now builds libdbus-1.so.3.* with development + symlink libdbus-1.so and SONAME/symlink libdbus-1.so.3 + - on Windows, it previously built either libdbus-1.dll (release) or + libdbus-1d.dll (debug), but now builds libdbus-1-3.dll, copied to + libdbus-1.dll for compatibility with older applications. + (fd.o #74117, Ralf Habacker) + +Enhancements: + +• on Unix platforms, disable Nagle's algorithm on TCP connections to improve + initial latency (fd.o #75544, Matt Hoosier) + +• use backtrace() if it is in -lexecinfo instead of libc, as on NetBSD + (fd.o #69702, Patrick Welche) + Fixes: + • When dbus-launch --exit-with-session starts a dbus-daemon but then cannot + attach to a session, kill the dbus-daemon as intended + (fd.o #74698, Роман Донченко) + +• fix an incorrect error message if a Unix socket path is too long + (fd.o #73887, Antoine Jacoutot) + +• in an MSYS/Cygwin environment, pass Unix-style filenames to xmlto, + fixing documentation generation (fd.o #75860, Руслан Ижбулатов) + +• in Unix with X11, avoid giving dbus-launch a misleading argv[0] + in ps(1) (fd.o #69716, Chengwei Yang) + +• avoid calling poll() with timeout < -1, which is considered invalid + on FreeBSD and NetBSD (fd.o #78480, Jaap Boender) + D-Bus 1.8.4 (2014-06-10) ==