From: Simon McVittie Date: Thu, 2 Aug 2018 16:19:41 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.10.28~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfdfa51580b4a92424167991bfb62f13e50bc57;p=thirdparty%2Fdbus.git Update NEWS --- diff --git a/NEWS b/NEWS index 6981b6130..a9cb3e296 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +dbus 1.10.28 (UNRELEASED) +== + +Fixes: + +• Fix build with gcc 8 -Werror=cast-function-type + (fd.o #107349, Simon McVittie) + +• Fix warning from gcc 8 about suspicious use of strncpy() when + populating struct sockaddr_un (fd.o #107350, Simon McVittie) + D-Bus 1.10.26 (2018-03-01) ==