summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-09-13 19:53:08 -0400
committerMike Gorse <mgorse@novell.com>2010-09-13 19:55:44 -0400
commite56e50e8d7a16a213412e0099409c4a8323b487c (patch)
tree3459d56bb5f3eaf5aa2a46713c3a1082b5f7428a
parent2c9414d1a301d682a6bf17ebb76ac53f56a57285 (diff)
downloadat-spi2-core-e56e50e8d7a16a213412e0099409c4a8323b487c.tar.gz
Release v0.3.92AT_SPI2_CORE_0_3_92
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 674a2f0c..0625e9db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 0.3.92:
+
+* Do not start accessibility bus if at-spi-corba is enabled.
+
What's new in at-spi2-core 0.3.91:
* Enabled the accessibility bus, so apps should be accessible, for instance,
diff --git a/configure.ac b/configure.ac
index 8276a47e..db439103 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [0.3.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [0.3.92], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])