2.22.0 AT_SPI2_CORE_2_22_0
authorMike Gorse <mgorse@suse.com>
Mon, 26 Sep 2016 01:15:08 +0000 (20:15 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 26 Sep 2016 01:15:08 +0000 (20:15 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 261aaa0..37845ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.2.0:
+
+* at-spi-bus-launcher: fix uninitialized variable.
+
+* Fix return value error in session_manager_connect (bgo#768881).
+
+* Updated translations.
+
 What's new in at-spi2-core 2.21.4:
 
 * Fixed a crash in atspi_accessible_clear_cache.
index cac2ddc..b3bd2cc 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.21.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.22.0], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])