summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-06-25 18:21:36 -0500
committerMike Gorse <mgorse@suse.com>2012-06-25 18:21:36 -0500
commit9700b1af8a276f7f858f0319bab64aa3d30a4cd5 (patch)
tree639545f28b16aa708d55adf7e257f9dd43871810
parentac6329ca59f4c29b7c7b89bc709aa49f53e8664e (diff)
downloadat-spi2-atk-9700b1af8a276f7f858f0319bab64aa3d30a4cd5.tar.gz
Release v2.5.3AT_SPI2_ATK_2_5_3
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4da341f..8e1e834 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+What's new in at-spi2-atk 2.5.3:
+
+* Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
+ and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
+ into, ie GTK+ 3.
+
+* Only register events at beginning if an AT is listening (BGO#678475).
+
+* Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
+ directory hard-coded under /tmp (BGO#678348).
+
+* Fix various compiler warnings and build errors.
+
What's new in at-spi2-atk 2.5.2:
* Fix for bug 677211 - The collection interface's MATCH_ANY fails for states
diff --git a/configure.ac b/configure.ac
index 4de0516..e37ea7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.5.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.5.3], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0