From cbcc1db8b614b17c1ff1091216b0f4f008942c58 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 20 Feb 2012 17:00:48 -0600 Subject: [PATCH] Release v2.3.90 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 96f54a0..95a716e 100644 --- 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. diff --git a/configure.ac b/configure.ac index f1397b5..acf98ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4