summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-03-19 16:41:26 -0500
committerMike Gorse <mgorse@suse.com>2012-03-19 16:41:26 -0500
commitc8e556f6eb46247f0fc5500c2fee1e2a81466bba (patch)
treec69c223d63227b7c753ab04365da5b3200b888c1
parent63a0348283282a548c6e3c30a6fd99b23efc3e34 (diff)
downloadat-spi2-core-c8e556f6eb46247f0fc5500c2fee1e2a81466bba.tar.gz
Release v2.3.92AT_SPI2_CORE_2_3_92
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc62a42e..92af6ccb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 2.3.92:
+
+* Some changes to try to prevent at-spi2-registryd from incorrectly
+ thinking that an AT is hung and passing keys meant for it to the application.
+
+* Fix crash fetching an error from a reply when retrieving a property.
+
What's new in at-spi2-core 2.3.91:
* Invalidate states when receiving a focus event (BGO#663992).
diff --git a/configure.ac b/configure.ac
index 1536ace8..9b75b80e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.3.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.3.92], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])