summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-12-17 16:58:45 -0500
committerMike Gorse <mgorse@linux-f6or.(none)>2012-12-17 17:10:24 -0500
commitaa13890a6ad1c7b7c743a343ea94995598c4709d (patch)
treea92e456917bd5c0018c13b562f82c52307b803c3
parent20d21bf00d39df5830d2b7295d0812f826d45aed (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_7_3.tar.gz
Release v2.7.3AT_SPI2_CORE_2_7_3
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4e002867..9fefbea9 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 6bcfdbe5..52d012ac 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])