From 962731f6fbf7e765f6cae8e910862de1a2001682 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 25 Nov 2014 14:25:20 -0600 Subject: [PATCH] Release v2.15.2 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 99029eb..1c44602 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 930bf66..0cf793f 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]) -- 2.7.4