]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Thu, 2 Aug 2018 14:29:46 +0000 (15:29 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 2 Aug 2018 14:29:46 +0000 (15:29 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2ff2e72a8a2a55e296b15f5649cd155fdde70841..c397536107c67963e71cd936203519f07245f091 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ dbus 1.13.6 (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)
+
 • Don't use misleading errno-derived error names if getaddrinfo() or
   getnameinfo() fails with a code other than EAI_SYSTEM
   (fd.o #106395, Simon McVittie)