summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-11-10 15:28:36 -0600
committerMike Gorse <mgorse@suse.com>2015-11-10 15:28:36 -0600
commit2930042492405e5c4c1886eaf1499652268c9672 (patch)
treebaac507ce77e76855e5ef4e59782979355e710af
parent653f6b3437b6c2561e8da84a0371dd298be62a7c (diff)
downloadat-spi2-core-2930042492405e5c4c1886eaf1499652268c9672.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 7cff33f5..7c674dda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.18.3:
+
+* get_index_in_parent: Don't crash if the parent is defunct.
+
What's new in at-spi2-core 2.18.2:
* Really don't crash if we get a children-changed event with a
diff --git a/configure.ac b/configure.ac
index d416f23c..70c9bb48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.18.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.18.3], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])