From: Mike Gorse Date: Tue, 23 May 2017 01:35:24 +0000 (-0500) Subject: 2.25.2 X-Git-Tag: AT_SPI2_ATK_2_25_2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bd8caea9611c641c382c21d80ea2125440eaee2;p=platform%2Fupstream%2Fat-spi2-atk.git 2.25.2 --- diff --git a/NEWS b/NEWS index 5758fbc..5b42cff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +What's new in at-spi2-atk 2.25.2: + +* Fix use after free when returned objects hold only one ref (bgo#781716). + +* Add some missing roles to correspond with atk (description list, + description term, description value, and footnote). + What's new in at-spi2-atk 2.25.1: * Fix position getter for table cells. diff --git a/configure.ac b/configure.ac index 6a873f7..4f42ad5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.25.1], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.25.2], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0