summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-14 08:44:12 +0000
committerSimon McVittie <smcv@debian.org>2016-01-14 08:44:12 +0000
commit838b05c7fac3f6cbebb303ad55507172010c7139 (patch)
treea4f421a4a52c2bb9cb830cd51b94b45770ffae26 /NEWS
parentc4f335cbddf29f271896f491bbb7949ac0680ff5 (diff)
downloaddbus-glib-838b05c7fac3f6cbebb303ad55507172010c7139.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53e6815..cafdb38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
dbus-glib is deprecated, please use GDBus in new GLib-based projects.
-dbus-glib 0.106 (UNRELEASED)
+dbus-glib 0.106 (2016-01-14)
============================
+The “crumbling vestige” release.
+
Fixes:
• Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and
@@ -11,6 +13,14 @@ Fixes:
inline to __inline, __inline__ or the empty string if the compiler
requires it, which it has done since 2000. (fd.o #93513, Colin Watson)
+• Stop calling g_mem_profile() in the tests, which no longer does anything
+ and caused the tests to fail by issuing a warning (Simon McVittie)
+
+• Slightly modernize build system, and remove a weird cross-directory
+ dependency which was breaking distcheck (Simon McVittie)
+
+• Stop distributing generated marshallers in the tarball (Simon McVittie)
+
dbus-glib 0.104 (2015-02-09)
============================