diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -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 |