summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2d83e516..76098dad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.2.2:
+
+* Fix for BGO#663992: set STATE_FOCUSED for a "focus" event
+
+* Fix return type of org.a11y.Bus.IsEnabled property
+
+* Declare void functions as such
+
What's new in at-spi2-core 2.2.1:
* Fix org.a11y.Bus.Enabled property to set its initial state from the
@@ -82,7 +90,6 @@ What's new in at-spi2-core 2.1.3:
* Fix failure to update cache in response to children-changed events in some
cases.
-
What's new in at-spi2-core 2.1.2:
* Fix atspi_table_get_caption|summary.
diff --git a/configure.ac b/configure.ac
index 57ad6685..4d16ae4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.2.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.2.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])