Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dbus
dbus
Commits
c8402b45
Commit
c8402b45
authored
Jun 29, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.10.20
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
e570dfd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
NEWS
NEWS
+3
-1
configure.ac
configure.ac
+2
-2
No files found.
NEWS
View file @
c8402b45
D-Bus 1.10.20 (
UNRELEASED
)
D-Bus 1.10.20 (
2017-06-29
)
==
The “suggesting a delivery gone horribly wrong” release.
Fixes:
• Fix a reference leak when blocking on a pending call on a connection
...
...
configure.ac
View file @
c8402b45
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [10])
m4_define([dbus_micro_version], [
19
])
m4_define([dbus_micro_version], [
20
])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
...
...
@@ -38,7 +38,7 @@ LT_CURRENT=17
## increment any time the source changes; set to
## 0 if you increment CURRENT
LT_REVISION=1
1
LT_REVISION=1
2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
...
...
Write
Preview
Markdown
is supported
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