From 2bd8caea9611c641c382c21d80ea2125440eaee2 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 22 May 2017 20:35:24 -0500 Subject: [PATCH] 2.25.2 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.34.1