Release v2.9.90
authorMike Gorse <mgorse@suse.com>
Mon, 19 Aug 2013 21:45:47 +0000 (16:45 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 19 Aug 2013 21:45:47 +0000 (16:45 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c93309e..842fed3 100644 (file)
--- 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
 What's new in at-spi2-atk 2.9.4:
 
 * Fix a deadlock for apps that also register AT-SPI key event listeners
index 7409a89..1e5a452 100644 (file)
@@ -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
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0