summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@linux-e5s4.suse>2017-05-22 20:35:24 -0500
committerMike Gorse <mgorse@linux-e5s4.suse>2017-05-22 20:35:24 -0500
commit2bd8caea9611c641c382c21d80ea2125440eaee2 (patch)
tree7fa7c0eafcc55550fd16a2d5fbacb7dcb9709d25
parent565f33bf2cf8f2bb4ac690789110b57026603127 (diff)
downloadat-spi2-atk-2bd8caea9611c641c382c21d80ea2125440eaee2.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
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