Release v2.5.3 AT_SPI2_ATK_2_5_3
authorMike Gorse <mgorse@suse.com>
Mon, 25 Jun 2012 23:21:36 +0000 (18:21 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 25 Jun 2012 23:21:36 +0000 (18:21 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4da341f555caec57ad58392740d4dd01add4b4a3..8e1e8342e5353c61c6558bd2194f91dc426199a7 100644 (file)
--- 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
index 4de05160608722f524603972a47d619d841911c1..e37ea7c71cc7986a945ac46ba23e31dd1482a159 100644 (file)
@@ -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