summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-08-16 19:32:46 -0400
committerMike Gorse <mgorse@novell.com>2010-08-16 19:32:46 -0400
commit613104fb90d6066a45b8f1be6b89a0bf56df79f8 (patch)
treed4e51d913461458be71ccaf410b266247df1e0a7
parent0b3e035c05d6377cdf967b30cc38ebfa051e83ca (diff)
downloadat-spi2-atk-613104fb90d6066a45b8f1be6b89a0bf56df79f8.tar.gz
Release v0.3.90AT_SPI2_ATK_0_3_90
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b7c3cbe..68f82be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in at-spi2-atk 0.3.90:
+
+* FDO#29365: Stop using a deprecated glib function.
+
+* Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
+possible crash when it is called.
+
+* Only emit signals when AT-SPI clients are listening for them.
+
What's new in at-spi2-atk 0.3.6:
* Fixed a problem with dbus introspection.
diff --git a/configure.ac b/configure.ac
index 30ed7f5..7cc6f5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.3.6], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.3.90], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0