From e56e50e8d7a16a213412e0099409c4a8323b487c Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 13 Sep 2010 19:53:08 -0400 Subject: [PATCH] Release v0.3.92 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 674a2f0..0625e9d 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 8276a47..db43910 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]) -- 2.7.4