summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-10-17 17:01:50 -0500
committerMike Gorse <mgorse@novell.com>2011-10-17 17:01:50 -0500
commit7a3349ef07107e8389e0ecdf4cda961096b8210b (patch)
tree2a5bbf634944fb99318b082e98161220f7995606
parent6e8f8ad8a3849f9adb1b06dbf1b5632b51fa0586 (diff)
downloadat-spi2-core-7a3349ef07107e8389e0ecdf4cda961096b8210b.tar.gz
Release v2.2.1AT_SPI2_CORE_2_2_1
-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])