summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-03-03 17:56:23 -0600
committerMike Gorse <mgorse@suse.com>2014-03-03 17:56:23 -0600
commit06c99fe702a0246e70b88402157ea04931278176 (patch)
treeaee6af7c1a28d96145e3f7a320a4fdf89779a9c8
parent8293cda1c6d8b6bc51c2c8db85ff1f5f38bbc1d0 (diff)
downloadat-spi2-atk-06c99fe702a0246e70b88402157ea04931278176.tar.gz
Release v2.11.91AT_SPI2_ATK_2_11_91
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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