From: Simon McVittie Date: Mon, 16 Sep 2013 14:03:46 +0000 (+0100) Subject: fix NEWS mis-merge X-Git-Tag: dbus-1.7.6~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dea6c050dd2353678126138c0bdaebbfdc33b05;p=thirdparty%2Fdbus.git fix NEWS mis-merge --- diff --git a/NEWS b/NEWS index 7dae9f945..b79d57cdc 100644 --- a/NEWS +++ b/NEWS @@ -18,21 +18,6 @@ Build-time configuration changes: assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent with the Autotools build system. (fd.o #66142, Chengwei Yang) -• Fix a NULL pointer dereference on an unlikely error path - (fd.o #69327, Sviatoslav Chagaev) - -• Unix-specific: - · If accept4() fails with EINVAL, as it can on older Linux kernels - with newer glibc, try accept() instead of going into a busy-loop. - (fd.o #69026, Chengwei Yang) - · If socket() or socketpair() fails with EINVAL or EPROTOTYPE, - for instance on Hurd or older Linux with a new glibc, try without - SOCK_CLOEXEC. (fd.o #69073; Pino Toscano, Chengwei Yang) - · Fix a file descriptor leak on an error code path. - (fd.o #69182, Sviatoslav Chagaev) - · Fix compilation if writev() is unavailable (fd.o #69409, - Vasiliy Balyasnyy) - Dependencies: • GNU make is now (documented to be) required. (fd.o #48277, Simon McVittie) @@ -104,6 +89,9 @@ Fixes: • Make "make -j check" work (fd.o #68852, Simon McVittie) +• Fix a NULL pointer dereference on an unlikely error path + (fd.o #69327, Sviatoslav Chagaev) + • Unix-specific: · If accept4() fails with EINVAL, as it can on older Linux kernels with newer glibc, try accept() instead of going into a busy-loop. @@ -119,6 +107,8 @@ Fixes: · Don't fail the autolaunch test if there is no DISPLAY (fd.o #40352, Simon) · Use dbus-launch from the builddir for testing, not the installed copy (fd.o #37849, Chengwei Yang) + · Fix compilation if writev() is unavailable (fd.o #69409, + Vasiliy Balyasnyy) • Windows-specific: · Remove unavailable command-line options from 'dbus-daemon --help'