summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-04-24 17:41:31 -0500
committerMike Gorse <mgorse@suse.com>2017-04-24 17:41:31 -0500
commite0ce9bf054f620dd717870ab21fdfaebec1dab8d (patch)
treeb13d90bf5f9d7daf4906f70a195887c07ca1a37e
parent7cdc1f91c9802b0b8ecd2afea38c1717b1921736 (diff)
downloadat-spi2-atk-e0ce9bf054f620dd717870ab21fdfaebec1dab8d.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 59cb0b3..5758fbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 2.25.1:
+
+* Fix position getter for table cells.
+
+* Fix memory corruption when deleting an event from the list of events
+ for which there are registered listeners (bgo#781658).
+
What's new in at-spi2-atk 2.24.0:
* test: remove atk_table_cell_get_column_index test, as the
diff --git a/configure.ac b/configure.ac
index 1258f7c..796b245 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.24.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.25.1], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0