summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-11-25 14:25:20 -0600
committerMike Gorse <mgorse@suse.com>2014-11-25 14:25:20 -0600
commit962731f6fbf7e765f6cae8e910862de1a2001682 (patch)
tree278796791def34ae3c832337f3efcc2692d42ae1
parente655806752d5df7ed05392442516285ee3c5a964 (diff)
downloadat-spi2-core-962731f6fbf7e765f6cae8e910862de1a2001682.tar.gz
Release v2.15.2AT_SPI2_CORE_2_15_2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99029eb3..1c446025 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.15.2:
+
+* Make the documentation of ATSPI's STATE_ACTIVE consistent with that of
+ ATK's (bgo#740274).
+
+* Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
+ (bgo#740340).
+
+* gi-annotations: get_relation_set returns a array of AtspiRelation
+
What's new in at-spi2-core 2.15.1:
* Fix some issues with the accessibility bus configuration (bgo#722738).
diff --git a/configure.ac b/configure.ac
index 930bf668..0cf793fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.15.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.15.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])