Release v2.6.0
authorMike Gorse <mgorse@suse.com>
Mon, 24 Sep 2012 20:53:28 +0000 (15:53 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 24 Sep 2012 20:53:28 +0000 (15:53 -0500)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 6f89ab4..9f0f539 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
 Authors of AT-SPI D-Bus implementation
 --------------------------------------
 
 Authors of AT-SPI D-Bus implementation
 --------------------------------------
 
-Mike Gorse <mgorse@novell.com>
+Mike Gorse <mgorse@suse.com>
 Mark Doffman <mark.doffman@codethink.co.uk>
 
 
 Mark Doffman <mark.doffman@codethink.co.uk>
 
 
diff --git a/NEWS b/NEWS
index 89b0fad..f3b3a7b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-atk 2.6.0:
+
+* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
+
+* When the cache is activated, register it on the main D-Bus connection.
+
 What's new in at-spi2-atk 2.5.92:
 
 * Fix atspi_hyperlink_get_uri (BGO#683182).
 What's new in at-spi2-atk 2.5.92:
 
 * Fix atspi_hyperlink_get_uri (BGO#683182).
index 12bb593..08e9b59 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.5.92], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.6.0], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0