summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-08-29 16:44:33 -0500
committerMike Gorse <mgorse@suse.com>2016-08-29 16:44:33 -0500
commit5c8fb9e1942e97d0c6094ed106888d5f70e0870c (patch)
tree18ac5d7b8866d3b1b84312621fb1916f9747acac
parent1cff8f113886ee9e93567f6bc2538de525ce471d (diff)
downloadat-spi2-atk-5c8fb9e1942e97d0c6094ed106888d5f70e0870c.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
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