Release v2.3.91 AT_SPI2_CORE_2_3_91
authorMike Gorse <mgorse@novell.com>
Tue, 6 Mar 2012 00:16:01 +0000 (18:16 -0600)
committerMike Gorse <mgorse@novell.com>
Tue, 6 Mar 2012 00:16:01 +0000 (18:16 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 95a716e..a58745f 100644 (file)
--- 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
index acf98ff..1536ace 100644 (file)
@@ -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])