summaryrefslogtreecommitdiff
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
parentc4f335cbddf29f271896f491bbb7949ac0680ff5 (diff)
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 3 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)
============================
diff --git a/configure.ac b/configure.ac
index d45654d..bc88129 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
-AC_INIT([dbus-glib], [0.105],
+AC_INIT([dbus-glib], [0.106],
[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib])
AC_CANONICAL_HOST
@@ -29,7 +29,7 @@ LT_CURRENT=5
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=2
+LT_REVISION=3
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has