summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-08-16 19:31:46 -0400
committerMike Gorse <mgorse@novell.com>2010-08-16 19:31:46 -0400
commitfa66efed02992276d1c9718f7adeb8643015afb3 (patch)
treee60b3ad00bc1553af5ae0bf40b3b4bc3fa11a34c
parent079dc02743b3c3994afadc6e4f886d06ee8f5faf (diff)
downloadat-spi2-core-fa66efed02992276d1c9718f7adeb8643015afb3.tar.gz
Release v0.3.90AT_SPI2_CORE_0_3_90
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eeb016c9..c45c6f7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 0.3.90:
+
+* FDO#29427: Registering for mouse:abs now works.
+
+* Add methods/signals to allow an application to track the events that are
+being listened to to avoid unnecessarily emitting signals.
+
What's new in at-spi2-core 0.3.4:
* Added GetChildren to the spec.
diff --git a/configure.ac b/configure.ac
index 0b5ea8aa..e223346d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [0.3.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [0.3.90], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])