summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-02-15 16:13:02 -0600
committerMike Gorse <mgorse@suse.com>2016-02-15 16:13:02 -0600
commit7a9bd451a495186721af4071b1470fec6fb214dc (patch)
tree99f6a833e8304846e597b1c77c08242e73c14059
parent11b41853eb2047ad2f53ee51ec5872f5ba701fa7 (diff)
downloadat-spi2-core-7a9bd451a495186721af4071b1470fec6fb214dc.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eca0694f..cb5547e1 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 ec07453e..11797c3e 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])