]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Prepare release 1.10.24 dbus-1.10.24
authorSimon McVittie <smcv@collabora.com>
Mon, 25 Sep 2017 20:02:46 +0000 (21:02 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 25 Sep 2017 20:02:46 +0000 (21:02 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index acc4052849f67d5679f85c5ada4f9e68fea1f0ff..0396801005bc2bc4e44e826db6eea04932609f8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.10.24 (UNRELEASED)
+D-Bus 1.10.24 (2017-09-25)
 ==
 
+The “pirate wizard” release.
+
 Fixes:
 
 • When parsing dbus-daemon configuration, tell Expat not to use
index c4022ed7ed46cb0fbeb09fcffaaa0942a228aebd..e23a4848ee7eed3ff9ad751d14784c0a662feccb 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], [23])
+m4_define([dbus_micro_version], [24])
 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=13
+LT_REVISION=14
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has