From f9bd5d01b82497f46bee26845e0f628ad483d6e8 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 23 Nov 2015 19:16:31 -0600 Subject: [PATCH] 2.19.2 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cd644a3..eca0694 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 c6258c3..ec07453 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]) -- 2.7.4