[at-spi2-core] Release v0.3.3



commit d96f4431e2bbe177849352d765e99a152cfb43f3
Author: Mike Gorse <mgorse novell com>
Date:   Fri Jun 4 15:55:02 2010 -0400

    Release v0.3.3

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]