summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-08-18 16:57:54 -0500
committerMike Gorse <mgorse@suse.com>2014-08-18 16:57:54 -0500
commitaf1bd0dc5e47f4f3361747011d44ed6429724918 (patch)
tree53b1903c30d19298e2821b347909dcb025d4d7e9
parent984fdec85250d9208a17081da6bb5994a0e4c7dc (diff)
downloadat-spi2-core-af1bd0dc5e47f4f3361747011d44ed6429724918.tar.gz
Release v2.3.90AT_SPI2_CORE_2_13_90
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33470912..8f0f4c73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.13.90:
+
+* Fix crash when testing interfaces with collections (bgo#734805).
+
What's new in at-spi2-core 2.13.4:
* Ensure that we register with the session manager only once (bgo#728934).
diff --git a/configure.ac b/configure.ac
index 5181499f..c3e8b6d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.13.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.13.90], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])