summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-06 12:17:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-06 12:17:07 +0100
commitb4ae991605833da50336d67f2397819b2279212f (patch)
treef8ac7e0ac572708bbab3c02c90c2a1c05f7b7026
parent668cd4eb20bc2e7989d96d9b8cdea42edc6221a9 (diff)
downloaddbus-b4ae991605833da50336d67f2397819b2279212f.tar.gz
Start 1.9.2, update NEWS
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 271a3b7c..cb30967a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+D-Bus 1.9.2 (UNRELEASED)
+==
+
+Enhancements:
+
+• Add an example script to find potentially undesired match rules
+ (fd.o #84598, Alban Crequy)
+
D-Bus 1.9.0 (2014-10-01)
==
diff --git a/configure.ac b/configure.ac
index 2f62269e..2d56fff6 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], [9])
-m4_define([dbus_micro_version], [0])
+m4_define([dbus_micro_version], [1])
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])