]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
1.10.2 dbus-1.10.2
authorSimon McVittie <smcv@debian.org>
Mon, 26 Oct 2015 12:54:26 +0000 (12:54 +0000)
committerSimon McVittie <smcv@debian.org>
Mon, 26 Oct 2015 12:54:26 +0000 (12:54 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f36fc0d1ffde63ab7f8b85d1c9af9cba3fa82db1..3e172b24e73e4da792a2d05f73a9dd0c3f426ebe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.10.2 (UNRELEASED)
+D-Bus 1.10.2 (2015-10-26)
 ==
 
+The “worst pies in London” release.
+
 Fixes:
 
 • Correct error handling for activation: if there are multiple attempts
index cfb9034ee6d82b861bee88fb201ef45a5b6c30c8..32ebf2196cf282117c19dbc653ff66448aec0cbc 100644 (file)
@@ -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], [1])
+m4_define([dbus_micro_version], [2])
 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=3
+LT_REVISION=4
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has