summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-03-13 17:04:47 -0500
committerMike Gorse <mgorse@suse.com>2017-03-13 17:04:47 -0500
commit8c134950defb54ed8f5f0b8cb2df3bfa460c4203 (patch)
tree3557363f492ec13e65bfd690d382714ae1aa138a
parentac5daef64178de2bfc325fe890e35717702ffa3b (diff)
downloadat-spi2-core-8c134950defb54ed8f5f0b8cb2df3bfa460c4203.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 9c83915d..32f45a30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.23.92:
+
+* Table cell API fixes (bgo#779835).
+
What's new in at-spi2-core 2.23.90:
* Fix an occasional crash when an application is closed (bgo#767074).
diff --git a/configure.ac b/configure.ac
index c10f351a..dd58bb61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.23.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.23.92], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])