From 2e8b427f4baaa5c000f677b36808c4be13e5fa91 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 23 May 2016 18:39:46 -0500 Subject: [PATCH] 2.21.2 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 58746b3..38269fd 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 4efac23..e325f81 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]) -- 2.7.4