From: Simon McVittie Date: Wed, 11 Jun 2014 10:45:42 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.9.0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ab5793b177b8192336a738ae03d2e802630ec7e;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 807c09ce0..2ca9f30fc 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,9 @@ 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: • fix an incorrect error message if a Unix socket path is too long @@ -35,6 +38,9 @@ Fixes: • 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) ==