[at-spi2-core] Release v2.3.91



commit f7c8613a66cd23001ebbd616b5222a6a0d00957e
Author: Mike Gorse <mgorse novell com>
Date:   Mon Mar 5 18:16:01 2012 -0600

    Release v2.3.91

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]