From 0c08002e32226232d7454897eabb6507773227c1 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 24 Sep 2012 15:53:28 -0500 Subject: [PATCH 1/1] Release v2.6.0 --- AUTHORS | 2 +- NEWS | 6 ++++++ configure.ac | 2 +- 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 +Mike Gorse Mark Doffman 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 -- 2.7.4