summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-05-23 18:39:46 -0500
committerMike Gorse <mgorse@suse.com>2016-05-23 18:39:46 -0500
commit2e8b427f4baaa5c000f677b36808c4be13e5fa91 (patch)
treeb047866de839837e63e4cb78c4e245eca41bf77d
parent35d01cbec1f7f42d75ff90b9526c7c40435e0b46 (diff)
downloadat-spi2-core-2e8b427f4baaa5c000f677b36808c4be13e5fa91.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 58746b39..38269fd0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.21.2:
+
+* Allow building without Xtst, Xi with --disable-x11
+
+* ref_accessible_desktop: don't unref reply until we're finished with it
+
+* Updated translations.
+
What's new in at-spi2-core 2.21.1:
* registryd: avoid crashing with a NULL keystring (bgo#764688).
diff --git a/configure.ac b/configure.ac
index 4efac23e..e325f815 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.21.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.21.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])