summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-08-02 20:51:26 -0400
committerMike Gorse <mgorse@novell.com>2010-08-02 20:51:26 -0400
commit98d63d9d8396e292de3006c70e1c688b86681adf (patch)
tree0ebe57b131eb09ca4d20e88df3f23f4d44ffdaa7
parent32a7655b0a0788ce654ab1afba9fb952c7c28331 (diff)
downloadat-spi2-atk-98d63d9d8396e292de3006c70e1c688b86681adf.tar.gz
Release v0.3.6AT_SPI2_ATK_0_3_6
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 668f9d4..b7c3cbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-atk 0.3.6:
+
+* Fixed a problem with dbus introspection.
+
+* Do not block waiting for a response when registering.
+
What's new in at-spi2-atk 0.3.5:
* Have a socket retrieve its state set from its embedded plug
diff --git a/configure.ac b/configure.ac
index 5687fb1..30ed7f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.3.5], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.3.6], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0