summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-10-22 11:30:56 -0500
committerMike Gorse <mgorse@suse.com>2012-10-22 11:30:56 -0500
commit0918cb944250dbf648f994466a01860b51854416 (patch)
tree1bd3a5ee5778d2f8dbda3e41539eda491c8b473e
parentb1a9edd21c912279e7eec066e859139c870ca5e8 (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_7_1.tar.gz
Release v2.7.1AT_SPI2_ATK_2_7_1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f3b3a7b..35cb7c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 2.7.1:
+
+* Remove the schema; it was only used to specify the location of the
+ atk-bridge library, which is now installed in the standard path.
+
+* Fix compiler warnings (BGO#678045).
+
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 0fdad14..cfd170b 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.7.1], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0