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
e24b3f1d
Commit
e24b3f1d
authored
Sep 21, 2011
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare version 1.5.8
parent
6bded84c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
AUTHORS
AUTHORS
+1
-0
NEWS
NEWS
+6
-2
configure.ac
configure.ac
+2
-2
No files found.
AUTHORS
View file @
e24b3f1d
...
...
@@ -13,6 +13,7 @@ Christian Ehrlicher <Ch.Ehrlicher@gmx.de>
Christian Persch (GNOME) <chpe@gnome.org>
Colin Walters <walters@verbum.org>
Colin Watson <cjwatson@ubuntu.com>
Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Cristian Rodríguez <cristian.rodriguez@opensuse.org>
Cyril Brulebois <kibi@debian.org>
Daniel P. Berrange <dan@berrange.com>
...
...
NEWS
View file @
e24b3f1d
D-Bus 1.5.8 (
UNRELEASED
)
D-Bus 1.5.8 (
2011-09-21
)
==
The "cross-metering" release.
• Clean up dead code (fd.o #39231, Simon McVittie)
In addition to dead code removal and refactoring, this release contains all
of the bugfixes from 1.4.16.
• Clean up dead code, and make more warnings fatal in development builds
(fd.o #39231, fd.o #41012; Simon McVittie)
• If full test coverage is requested via --enable-tests, strictly require
Python, pygobject and dbus-python, which are required by some tests; if not,
...
...
configure.ac
View file @
e24b3f1d
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [5])
m4_define([dbus_micro_version], [
7
])
m4_define([dbus_micro_version], [
8
])
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])
...
...
@@ -36,7 +36,7 @@ LT_CURRENT=9
## increment any time the source changes; set to
## 0 if you increment CURRENT
LT_REVISION=
3
LT_REVISION=
4
## 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