From: Mike Gorse Date: Tue, 25 May 2010 00:11:13 +0000 (-0400) Subject: Update news and bump version X-Git-Tag: AT_SPI2_ATK_2_12_0~386 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=84ce4d80b3053ac4fb88059a6a9f25412ababe48 Update news and bump version --- 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