summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-03-15 19:58:05 +0000
committerSimon McVittie <smcv@collabora.com>2018-03-15 19:58:05 +0000
commit27113c75f3ed68302558f8916895f1ee5502fb97 (patch)
treefbb324a1892e2aadbe15268c44f4f42b75330b61 /NEWS
parent37b6e180e14abf8a118ee66f79718583eaf20fae (diff)
downloaddbus-27113c75f3ed68302558f8916895f1ee5502fb97.tar.gz
NEWS for #105460
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 65728abd..11c4f0ab 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)
========================