From: Mike Gorse Date: Tue, 25 Nov 2014 20:25:20 +0000 (-0600) Subject: Release v2.15.2 X-Git-Tag: AT_SPI2_CORE_2_15_2^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fat-spi2-core.git;a=commitdiff_plain;h=962731f6fbf7e765f6cae8e910862de1a2001682 Release v2.15.2 --- 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])