summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-10-27 20:08:24 -0500
committerMike Gorse <mgorse@suse.com>2014-10-27 20:08:24 -0500
commitf532cdb855af7988f5a792bb80c4257083c2b2ba (patch)
treeb5232d8c5ec93453b95ebf1acfd45630a876d20a
parent77e99fff9dbe44db1fb644e6e5638be6c89fa656 (diff)
downloadat-spi2-core-f532cdb855af7988f5a792bb80c4257083c2b2ba.tar.gz
Release v2.15.1AT_SPI2_CORE_2_15_1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83b774d4..99029eb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.15.1:
+
+* Fix some issues with the accessibility bus configuration (bgo#722738).
+
+* Documentation for AtspiTableCell is now built.
+
What's new in at-spi2-core 2.13.92:
* Fix alignment checks when cross-compiling (bgo#736653).
diff --git a/configure.ac b/configure.ac
index ef9dea62..930bf668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.14.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.15.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])