summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-08-19 16:45:47 -0500
committerMike Gorse <mgorse@suse.com>2013-08-19 16:45:47 -0500
commit402ab17c56930441d2a83b8dde3d5b5d1d4615fd (patch)
treef25a3df1211cc184770ee7036dd8b1e67b3c2547
parent2fc87b5a17e28fb4b786dfa758cc8e09ea959aed (diff)
downloadat-spi2-atk-402ab17c56930441d2a83b8dde3d5b5d1d4615fd.tar.gz
Release v2.9.90
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c93309e..842fed3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-atk 2.9.90:
+
+* Implement GetStringAtOffset (BGO#705581).
+
+What's new in at-spi2-atk 2.9.5:
+
+* Fix another crash when we're initialized and shut down repeatedly.
+
What's new in at-spi2-atk 2.9.4:
* Fix a deadlock for apps that also register AT-SPI key event listeners
diff --git a/configure.ac b/configure.ac
index 7409a89..1e5a452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.9.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.9.90], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0