From 06c99fe702a0246e70b88402157ea04931278176 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 3 Mar 2014 17:56:23 -0600 Subject: [PATCH] Release v2.11.91 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ed9e13d..91a5887 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +What's new in at-spi2-atk 2.11.91: + +* Improve compatibility with at-spi2-registryd <= 2.10. + +* Collection: Fix an infinite loop when encountering a NULL parent + +What's new in at-spi2-atk 2.11.90: + +* Add AtspitableCell, tracking the new atk interface + What's new in at-spi2-atk 2.11.5: * Allow sending of properties with events upon request (BGO#708695). diff --git a/configure.ac b/configure.ac index 2d63cf3..2d63b3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.11.90], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.11.91], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 -- 2.7.4