Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dbus
dbus-glib
Commits
f16a4ec9
Commit
f16a4ec9
authored
Mar 26, 2021
by
Simon McVittie
Browse files
Release v0.112
Fixes:
#15
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
6e5deb5e
Pipeline
#290841
passed with stage
in 1 minute and 44 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f16a4ec9
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)
...
...
configure.ac
View file @
f16a4ec9
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
AC_INIT([dbus-glib], [0.11
1
],
AC_INIT([dbus-glib], [0.11
2
],
[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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment