Release v2.9.2 AT_SPI2_CORE_2_9_2
authorMike Gorse <mgorse@suse.com>
Tue, 28 May 2013 15:32:08 +0000 (10:32 -0500)
committerMike Gorse <mgorse@suse.com>
Tue, 28 May 2013 15:32:08 +0000 (10:32 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0de0b47..b1b6893 100644 (file)
--- 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).
index 3f3cb00..e280b49 100644 (file)
@@ -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])