From aa13890a6ad1c7b7c743a343ea94995598c4709d Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 17 Dec 2012 16:58:45 -0500 Subject: [PATCH] Release v2.7.3 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4e00286..9fefbea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +What's new in at-spi2-core 2.7.3: + +* Atspi_accessible_get_index_in_parent no longer returns -1 if the object's + parent is not cached (BGO#688057). + +* re-register keystroke listeners if the registry goes away and then returns. + +* Fix atspi_device_listener_new_simple. + +* Fix some compiler warnings. + +* Build: use gobject-introspection's Makefile instead of rolling our own. + +* Fix a crash when parsing events without detail when there is a listener for the event that names a specific detail value. + +* Fix crash when removing hung processes. + +* Fix deregistering of applications. + +* A few documentation fixes. + What's new in at-spi2-core 2.7.2: * Only call an event listener once per event, even if the listener registered diff --git a/configure.ac b/configure.ac index 6bcfdbe..52d012a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.7.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.7.3], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4