summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-03-19 17:31:08 -0500
committerMike Gorse <mgorse@suse.com>2017-03-19 17:31:08 -0500
commit1519b10d7f529454fe5e791df21fe8c882fb404e (patch)
treed51456e183705531013c4fc04457826e625c2bd2
parent790af5e81861c53b3cd687e28021178702033c9f (diff)
downloadat-spi2-core-1519b10d7f529454fe5e791df21fe8c882fb404e.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 37845ecb..f43d51d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.2.1:
+
+* Fix an occasional crash when removing an application (bgo#767074).
+
+* Fix atspi_table_cell_get_position (bgo#779835).
+
What's new in at-spi2-core 2.2.0:
* at-spi-bus-launcher: fix uninitialized variable.
diff --git a/configure.ac b/configure.ac
index b3bd2ccc..72692d66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.22.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.22.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])