[at-spi2-core] Release v2.7.3



commit aa13890a6ad1c7b7c743a343ea94995598c4709d
Author: Mike Gorse <mgorse suse com>
Date:   Mon Dec 17 16:58:45 2012 -0500

    Release v2.7.3

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]