Update news and bump version
authorMike Gorse <mgorse@novell.com>
Tue, 25 May 2010 00:11:13 +0000 (20:11 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 25 May 2010 00:11:13 +0000 (20:11 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 49f20a9..4ac5c1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-atk 0.3.2:
+
+* Some hyperlink fixes.
+
+* Cache additions are now done in an idle call.  This prevents additions
+from being made when an object may not be fully initialized and prevents
+Firefox 3.6 from crashing.
+
+* The cache object has been placed into the org.a11y.atspi namespace.
+
 What's new in at-spi2-atk 0.3.1:
 
 * Added a gconf schema.
index 06ffe8b..bf4fa97 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.3.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.3.2], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0