From 98d63d9d8396e292de3006c70e1c688b86681adf Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 2 Aug 2010 20:51:26 -0400 Subject: [PATCH] Release v0.3.6 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.7.4