Update NEWS
authorSimon McVittie <smcv@collabora.com>
Thu, 2 Aug 2018 16:19:26 +0000 (17:19 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 2 Aug 2018 17:45:51 +0000 (18:45 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 37c564f..4fbad4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ dbus 1.12.10 (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)
+
+• Fix a minor memory leak when a DBusServer listens on a new address
+  (fd.o #107194, Simon McVittie)
+
+• Fix an invalid NULL argument to rmdir() if a nonce-tcp DBusServer
+  runs out of memory (fd.o #107194, 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)