From: Simon McVittie Date: Thu, 15 Mar 2018 19:58:05 +0000 (+0000) Subject: NEWS for #105460 X-Git-Tag: dbus-1.13.4~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27113c75f3ed68302558f8916895f1ee5502fb97;p=thirdparty%2Fdbus.git NEWS for #105460 Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 65728abdc..11c4f0ab9 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,15 @@ Fixes: • Listening on TCP sockets copes better with IPv6 being disabled (fd.o #61922; Ralf Habacker, Simon McVittie) +Internal changes: + +• The _DBUS_GNUC_WARN_UNUSED_RESULT macro has been replaced with + _DBUS_WARN_UNUSED_RESULT, which is effective with gcc, clang and MSVC + (with cl.exe /analyze). Note that for MSVC compatibility, it must + appear before the return type in function declarations, whereas the + older macro could also have appeared after the arguments. + (fd.o #105460; Daniel Wendt, Ralf Habacker) + dbus 1.13.2 (2018-03-01) ========================