summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 6f89ab4..9f0f539 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
Authors of AT-SPI D-Bus implementation
--------------------------------------
-Mike Gorse <mgorse@novell.com>
+Mike Gorse <mgorse@suse.com>
Mark Doffman <mark.doffman@codethink.co.uk>
diff --git a/NEWS b/NEWS
index 89b0fad..f3b3a7b 100644
--- 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).
diff --git a/configure.ac b/configure.ac
index 12bb593..08e9b59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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