summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-10-17 09:29:01 -0500
committerMike Gorse <mgorse@suse.com>2012-10-17 09:29:01 -0500
commitaeb866e5757338dbde3ef49c08add6d92c952fe3 (patch)
tree036743b53cc2da89127e03481f887593d72b17dc
parent17b73e0f173c2d22832b2eeca578b466d0d518b8 (diff)
downloadat-spi2-atk-aeb866e5757338dbde3ef49c08add6d92c952fe3.tar.gz
Release v2.6.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f3b3a7b..d629c45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.6.1:
+
+* Make atk-bridge location empty in the schema, to fix problems with multilib
+ builds. (The key should no longer be needed and will be removed for 2.8.)
+
What's new in at-spi2-atk 2.6.0:
* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
diff --git a/configure.ac b/configure.ac
index 08e9b59..c2ea1c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.6.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.6.1], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0