summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d58bcf1..2d83e516 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in at-spi2-core 2.2.1:
+
+* Fix org.a11y.Bus.Enabled property to set its initial state from the
+ GSettings key, if available and an initial property is not given on the
+ command line.
+
+* Fix for BGO#660947: Gracefully exit when already running, rather than
+ triggering a SIGABRT.
+
What's new in at-spi2-core 2.1.92:
* Fixed a crash when handling event listeners.
diff --git a/configure.ac b/configure.ac
index 3acec376..57ad6685 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.2.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.2.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])