From 7a9bd451a495186721af4071b1470fec6fb214dc Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 15 Feb 2016 16:13:02 -0600 Subject: [PATCH] 2.19.90 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eca0694..cb5547e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +What's new in at-spi2-core 2.19.90: + +* Don't display warning if unable to connect when logged in via ssh + (bgo#761600). + +* at-spi-bus-launcher: register with session manager (bgo#753931). + What's new in at-spi2-core 2.19.2: * Disable xevie by default--it probably doesn't do anything anyhow. diff --git a/configure.ac b/configure.ac index ec07453..11797c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.19.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.19.90], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4