2.19.2 AT_SPI2_CORE_2_19_2
authorMike Gorse <mgorse@suse.com>
Tue, 24 Nov 2015 01:16:31 +0000 (19:16 -0600)
committerMike Gorse <mgorse@suse.com>
Tue, 24 Nov 2015 01:16:31 +0000 (19:16 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index cd644a3..eca0694 100644 (file)
--- 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
index c6258c3..ec07453 100644 (file)
@@ -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])