summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-03-26 12:34:37 +0000
committerSimon McVittie <smcv@collabora.com>2021-03-26 14:05:05 +0000
commitf16a4ec9a37d067aea4772ce35ae5b88d9416cab (patch)
tree46e732526b2908ea6fc8373d8ce5e5e1fac85f8d
parent6e5deb5ef6809049cac4ac65df3d0eb41ecc96a1 (diff)
downloaddbus-glib-f16a4ec9a37d067aea4772ce35ae5b88d9416cab.tar.gz
Release v0.112dbus-glib-0.112
Fixes: #15 Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ef646a1..a3f6d7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
dbus-glib is deprecated, please use GDBus in new GLib-based projects.
-dbus-glib 0.112 (UNRELEASED)
+dbus-glib 0.112 (2021-03-26)
============================
+The “haunted teacup” release.
+
dbus-glib version control is now hosted on freedesktop.org's Gitlab
installation, and bug reports and feature requests have switched from
Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues
@@ -36,6 +38,9 @@ Enhancements:
• Add test coverage for fd.o#80557 (dbus-glib#1, Simon McVittie)
+• Use more modern GLib assertions in unit tests
+ (dbus-glib#16, dbus-glib!3, dbus-glib!4; Simon McVittie)
+
• Improve continuous integration to be run by GitLab in addition to
Travis-CI (Simon McVittie)
diff --git a/configure.ac b/configure.ac
index b9292b9..6d19683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
-AC_INIT([dbus-glib], [0.111],
+AC_INIT([dbus-glib], [0.112],
[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib])
AC_CONFIG_AUX_DIR([build-aux])
@@ -31,7 +31,7 @@ LT_CURRENT=5
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=4
+LT_REVISION=5
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has