summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2012-03-05 18:16:01 -0600
committerMike Gorse <mgorse@novell.com>2012-03-05 18:16:01 -0600
commitf7c8613a66cd23001ebbd616b5222a6a0d00957e (patch)
treec5ec3ad6831cc8ea9d4ac171d6292f0ef3accb3a
parentd6bf707a6932c7506c18a98bbe18148ff8a2de30 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_3_91.tar.gz
Release v2.3.91AT_SPI2_CORE_2_3_91
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95a716e6..a58745fc 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 acf98ffc..1536ace8 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])