From d7373e83c38ad65c53018022defbed415abb0ffb Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 18 Jul 2016 18:51:43 -0500 Subject: [PATCH] 2.21.4 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 38269fd..261aaa0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +What's new in at-spi2-core 2.21.4: + +* Fixed a crash in atspi_accessible_clear_cache. + +* Fixed a crash caused by at-spi2-registryd dying. + +* Fixed some session management issues in at-spi-bus-launcher. + What's new in at-spi2-core 2.21.2: * Allow building without Xtst, Xi with --disable-x11 diff --git a/configure.ac b/configure.ac index e325f81..cac2ddc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.21.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.21.4], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4