Release v2.3.92 AT_SPI2_CORE_2_3_92
authorMike Gorse <mgorse@suse.com>
Mon, 19 Mar 2012 21:41:26 +0000 (16:41 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 19 Mar 2012 21:41:26 +0000 (16:41 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index dc62a42..92af6cc 100644 (file)
--- 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).
index 1536ace..9b75b80 100644 (file)
@@ -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])