Release v0.3.3 AT_SPI2_CORE_0_3_3
authorMike Gorse <mgorse@novell.com>
Fri, 4 Jun 2010 19:55:02 +0000 (15:55 -0400)
committerMike Gorse <mgorse@novell.com>
Fri, 4 Jun 2010 19:55:02 +0000 (15:55 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 894f275..e0d08f9 100644 (file)
--- 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
index 562281d..97fe020 100644 (file)
@@ -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])