From: Simon McVittie Date: Wed, 12 Jun 2013 18:01:07 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.7.4~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dab4284a24da2b6c015fd89fa953f177af7867b4;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 5491e6635..a8d66a662 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,9 @@ Other fixes: (fd.o #60853, Chengwei Yang) • Unix-specific: + · Fix a crash similar to CVE-2013-2168 the first time we try to use syslog + on a platform not defining LOG_PERROR, such as Solaris or QNX. + This regressed in 1.7.0. (Simon) · Fix an assertion failure if we try to activate systemd services before systemd connects to the bus (fd.o #50199, Chengwei Yang) · Avoid compiler warnings for ignoring the return from write()