summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-04-24 17:42:52 -0500
committerMike Gorse <mgorse@suse.com>2017-04-24 17:42:52 -0500
commit8013941fa9c22a9deeef22bb7feb2f2a081c8a2b (patch)
treeeb5940400812a0bf8355e99df4d14e0a18af46c3
parenteba079f3e72e61e6b55d81727ab50c85d505d296 (diff)
downloadat-spi2-core-8013941fa9c22a9deeef22bb7feb2f2a081c8a2b.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 32f45a30..a732589f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.25.1:
+
+* atspi_table_cell_get_position: don't crash on error.
+
What's new in at-spi2-core 2.23.92:
* Table cell API fixes (bgo#779835).
diff --git a/configure.ac b/configure.ac
index 50d36cb4..b7e2be86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.24.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.25.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])