summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-01-04 14:05:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-01-04 14:05:30 +0000
commitaf8e9f140d50eaf46d89503d2e765699aa923252 (patch)
tree771aa17df1ee50db93abc581cf145e592e4609d4
parent14d608cc0bd83ce5d5bdf469ec0e83a6afd97afd (diff)
downloaddbus-glib-af8e9f140d50eaf46d89503d2e765699aa923252.tar.gz
NEWS
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 56726dd..95ecc25 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,12 @@ dbus-glib is deprecated, please use GDBus in new GLib-based projects.
dbus-glib 0.106 (UNRELEASED)
============================
-...
+Fixes:
+
+• Stop testing G_HAVE_INLINE, which wasn't meant to be API anyway, and just
+ rely on "static inline" doing the right thing. On pre-C99 compilers,
+ this relies on <glib.h> defining inline to __inline, __inline__ or
+ the empty string if the compiler requires it, which it has done since 2000.
dbus-glib 0.104 (2015-02-09)
============================