summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-02-29 19:35:35 -0600
committerMike Gorse <mgorse@suse.com>2016-02-29 19:35:35 -0600
commit2f4010be27ff9f24aaed76804acedd87daa54a8f (patch)
tree6afdb7b74eb89980e7c5965cd7dadb2dc60363d5
parentc22456cf57984cced09bab73119d4df56a870b13 (diff)
downloadat-spi2-core-2f4010be27ff9f24aaed76804acedd87daa54a8f.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb5547e1..446f912a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.19.91:
+
+* DOn't display warnings when connecting to an app that no longer exists.
+
What's new in at-spi2-core 2.19.90:
* Don't display warning if unable to connect when logged in via ssh
diff --git a/configure.ac b/configure.ac
index 11797c3e..508610ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.19.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.19.91], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])