1.10.8

System Internals / DBus - Simon McVittie [debian.org] - 7 March 2016 10:07 UTC



###

diff --git a/NEWS b/NEWS
index a230ac3..fb7b985 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.10.8 (UNRELEASED)
+D-Bus 1.10.8 (2016-03-07)
==

+The “digestive biscuits” release.
+
Fixes:

• Enable "large file support" on systems where it exists: dbus-daemon
diff --git a/configure.ac b/configure.ac
index 5e88343..138e7f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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], [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])

dc8f8c5 1.10.8
NEWS | 4 +++-
configure.ac | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share