Release v2.3.90 AT_SPI2_CORE_2_3_90
authorMike Gorse <mgorse@novell.com>
Mon, 20 Feb 2012 23:00:48 +0000 (17:00 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 20 Feb 2012 23:00:48 +0000 (17:00 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 96f54a0..95a716e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What's new in at-spi2-core 2.3.90:
+
+* At-spi-bus-launcher now emits PropertiesChanged signals from the correct
+  interface.
+
+* If a keystroke listener does not respond, disable it until it responds.
+  This prevents the desktop from locking up if an AT hangs or is suspended
+  and has a keyboard listener registered.
+
+* Fix a warning when a NULL object is returned as the detail of an event.
+
 What's new in at-spi2-core 2.3.5:
 
 * Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes.
index f1397b5..acf98ff 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.3.5], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.3.90], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])