From d96f4431e2bbe177849352d765e99a152cfb43f3 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 4 Jun 2010 15:55:02 -0400 Subject: [PATCH] Release v0.3.3 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 894f275..e0d08f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +What's new in at-spi2-core 0.3.3: + +* Add return values to some functions that were missing them. + +* Make DeviceEventListener notifiers reentrant so that an application can +query the desktop object while processing a device event. + +* Fix for FDO#28300: fails to link with pedantic linkers. + +* Fix crash if GetChildAtIndex is called with an invalid index. + What's new in at-spi2-core 0.3.2: * Make sure that disconnecting applications send their root path in the diff --git a/configure.ac b/configure.ac index 562281d..97fe020 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [0.3.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [0.3.3], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4