From 5c8fb9e1942e97d0c6094ed106888d5f70e0870c Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 29 Aug 2016 16:44:33 -0500 Subject: [PATCH] 2.21.91 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2497190..211bd83 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +What's new in at-spi2-atk 2.21.91: + +* atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is set (bgo#770574). + What's new in at-spi2-atk 2.21.4: * emit_event: Fix out-of-bounds memory access if class is NULL. diff --git a/configure.ac b/configure.ac index 6b213f5..62d69c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.21.4], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.21.91], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 -- 2.34.1