From: Mike Gorse Date: Mon, 13 Sep 2010 23:53:08 +0000 (-0400) Subject: Release v0.3.92 X-Git-Tag: AT_SPI2_CORE_0_3_92^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e56e50e8d7a16a213412e0099409c4a8323b487c;p=platform%2Fupstream%2Fat-spi2-core.git Release v0.3.92 --- 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])