summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-09-25 21:02:46 +0100
committerSimon McVittie <smcv@collabora.com>2017-09-25 21:02:46 +0100
commit430643da9da488a0b089868b9aada324f24a1710 (patch)
tree88b59bb651ad8cdae85f50f6d1295b0e93086321
parentfe24848ae4a3164086b41d89795ca269434b18d2 (diff)
Prepare release 1.10.24dbus-1.10.24
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index acc40528..03968010 100644
--- 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
diff --git a/configure.ac b/configure.ac
index c4022ed7..e23a4848 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], [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