summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-05-08 17:25:48 -0500
committerMike Gorse <mgorse@suse.com>2017-05-08 17:25:48 -0500
commitad3da20b099593520b488e04c11b2eeee2bc39c3 (patch)
tree72470df695b9ab8c1893078a8dcab0ba17107203
parent66dd82116845addb08973d52e518db6e7ce5ff22 (diff)
downloadat-spi2-atk-gnome-3-24.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59cb0b3..4d781cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-atk 2.24.1:
+
+* Fix position getter for table cells.
+
+* atk-adaptor/bridge: Fix GList handling resulting in memory corruption (bgo#781658).
+
+* Fix use after free when returned objects hold only one ref (bgo#781716).
+
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..752c460 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.24.1], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0