From 84ce4d80b3053ac4fb88059a6a9f25412ababe48 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 24 May 2010 20:11:13 -0400 Subject: [PATCH] Update news and bump version --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- 2.7.4