summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-11-23 19:16:31 -0600
committerMike Gorse <mgorse@suse.com>2015-11-23 19:16:31 -0600
commitf9bd5d01b82497f46bee26845e0f628ad483d6e8 (patch)
tree1b19cf74b988a2c741686b4f68ed79f4c918bee9
parentb3164deed659a56d3fff1ecce6cca74aef1159a0 (diff)
downloadat-spi2-core-f9bd5d01b82497f46bee26845e0f628ad483d6e8.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 cd644a3c..eca0694f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.19.2:
+
+* Disable xevie by default--it probably doesn't do anything anyhow.
+
+* get_index_in_parent: Don't crash if parent is defunct.
+
+* Don't crash when trying to set an invalid state (bgo#757915).
+
What's new in at-spi2-core 2.19.1:
* Don't crash if we get a children-changed event with a non-existent
diff --git a/configure.ac b/configure.ac
index c6258c39..ec07453e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.19.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.19.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])