summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-06-04 15:55:02 -0400
committerMike Gorse <mgorse@novell.com>2010-06-04 15:55:02 -0400
commitd96f4431e2bbe177849352d765e99a152cfb43f3 (patch)
tree31957f62b9dccc50011809c7e53bdd3e181b3ada
parentdb7aeabe87378e343c9e1fff5503b4f1d239ad6d (diff)
downloadat-spi2-core-AT_SPI2_CORE_0_3_3.tar.gz
Release v0.3.3AT_SPI2_CORE_0_3_3
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 894f275b..e0d08f96 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 562281dc..97fe0204 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])