Release v2.7.3 AT_SPI2_CORE_2_7_3
authorMike Gorse <mgorse@suse.com>
Mon, 17 Dec 2012 21:58:45 +0000 (16:58 -0500)
committerMike Gorse <mgorse@linux-f6or.(none)>
Mon, 17 Dec 2012 22:10:24 +0000 (17:10 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4e00286..9fefbea 100644 (file)
--- 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
index 6bcfdbe..52d012a 100644 (file)
@@ -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])