[at-spi2-core] Release v2.9.2



commit 9921d02b2b05d2f3ccc94e91b6986be0771e3eec
Author: Mike Gorse <mgorse suse com>
Date:   Tue May 28 10:32:08 2013 -0500

    Release v2.9.2

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0de0b47..b1b6893 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+What's new in at-spi2-core 2.9.2:
+
+* Fix D-Bus introspection for GetActions.
+
+* Use glib-mkenums to generate enum types, and use these generated types
+  for role and state names, rather than static tables.
+
+* Annotate filter in atspi_register_device_event_listener with allow-none
+  (BGO#700237).
+
+* Rename various functions to avoid name collisions (BGO#700243). The old
+  functions are deprecated in favor of the renamed functions and renamed
+  for introspection.
+
 What's new in at-spi2-core 2.7.91:
 
 * Add atspi_accessible_get_object_locale (BGO#694368).
diff --git a/configure.ac b/configure.ac
index 3f3cb00..e280b49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.8.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([at-spi2-core], [2.9.2], [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]