summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-07-12 21:11:00 -0400
committerMike Gorse <mgorse@novell.com>2010-07-12 21:11:00 -0400
commit02c944a82f2e6f3cea6ce043959a1c620f509bd7 (patch)
tree570c6af017c8e5b1e9e994a422030fe7388f5e52
parentde2be4fec5eee233435198b147cde19de4659fe7 (diff)
downloadat-spi2-atk-02c944a82f2e6f3cea6ce043959a1c620f509bd7.tar.gz
Release v0.3.5AT_SPI2_ATK_0_3_5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b111a4..668f9d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 0.3.5:
+
+* Have a socket retrieve its state set from its embedded plug
+
+* Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
+former variable as well for now.
+
What's new in at-spi2-atk 0.3.4:
* Ref an object while adding it to the message generated by GetItems.
diff --git a/configure.ac b/configure.ac
index 1e2d059..5687fb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.3.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.3.5], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0