summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-05-24 20:11:13 -0400
committerMike Gorse <mgorse@novell.com>2010-05-24 20:11:13 -0400
commit84ce4d80b3053ac4fb88059a6a9f25412ababe48 (patch)
tree125a253537ca858c7d114d373d183fbd1569065d
parent29b07a5dab235a66d9b34ebdd2444ee07addb0e5 (diff)
downloadat-spi2-atk-84ce4d80b3053ac4fb88059a6a9f25412ababe48.tar.gz
Update news and bump versionAT_SPI2_ATK_0_3_2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 49f20a9..4ac5c1d 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 06ffe8b..bf4fa97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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