From: Mike Gorse Date: Tue, 6 Mar 2012 00:16:01 +0000 (-0600) Subject: Release v2.3.91 X-Git-Tag: AT_SPI2_CORE_2_3_91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2FAT_SPI2_CORE_2_3_91;p=platform%2Fupstream%2Fat-spi2-core.git Release v2.3.91 --- diff --git a/NEWS b/NEWS index 95a716e..a58745f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +What's new in at-spi2-core 2.3.91: + +* Invalid states when receiving a focus event (BGO#663992). + +* Fix atspi_table_get_row_column_extents_at_index. + +* Expect a signed in tfor GetIndexInParent, per the spec. + +* Send key events to listeners assumed to be hung, but don't block. + +* Reduce the method call timeout slightly, so that it will be lower than + the keystroke listener timeout. + +* Don't cache data for transient objects. + +* Enable caching on a call to atspi_accessible_set_cache_mask, even if + atspi-event_main() hasn't been called. + What's new in at-spi2-core 2.3.90: * At-spi-bus-launcher now emits PropertiesChanged signals from the correct diff --git a/configure.ac b/configure.ac index acf98ff..1536ace 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.3.90], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.3.91], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4])