summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-01-04 14:08:01 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-01-04 14:08:01 +0000
commitbe7177fafb94bc3db50843e739df4575d4dabac0 (patch)
tree2f012f3b2cfaa22ce928e7cb80f4167360cd08ad
parentaf8e9f140d50eaf46d89503d2e765699aa923252 (diff)
downloaddbus-glib-be7177fafb94bc3db50843e739df4575d4dabac0.tar.gz
NEWS: mention GLib 2.47.2, credit Colin
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 95ecc25..53e6815 100644
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,11 @@ 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.
+• Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and
+ wasn't meant to be API anyway. Instead, 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. (fd.o #93513, Colin Watson)
dbus-glib 0.104 (2015-02-09)
============================