summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-09-19 16:51:10 -0500
committerMike Gorse <mgorse@novell.com>2011-09-19 16:51:10 -0500
commit90f159c6f14fe8bb932e4d01c46e72ca7b2ffb71 (patch)
tree675ef2c73c577d692b57c78be6adfe8f0215adf1
parentecba2419cee6cb34695b24bc38664409a28eaa0e (diff)
downloadat-spi2-atk-90f159c6f14fe8bb932e4d01c46e72ca7b2ffb71.tar.gz
Release v2.1.92AT_SPI2_ATK_2_1_92
-rw-r--r--NEWS4
-rw-r--r--at-spi2-atk.doap2
-rw-r--r--configure.ac4
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 877b32d..14d7344 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.1.92:
+
+* Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
+
What's new in at-spi2-atk 2.1.91:
* Fix for BGO#645321: Use an array of bytes rather than a string for the
diff --git a/at-spi2-atk.doap b/at-spi2-atk.doap
index 362cd29..52837e0 100644
--- a/at-spi2-atk.doap
+++ b/at-spi2-atk.doap
@@ -19,7 +19,7 @@
<maintainer>
<foaf:Person>
<foaf:name>Mike Gorse</foaf:name>
- <foaf:mbox rdf:resource="mailto:mgorse@novell.com" />
+ <foaf:mbox rdf:resource="mailto:mgorse@suse.com" />
<gnome:userid>mgorse</gnome:userid>
</foaf:Person>
</maintainer>
diff --git a/configure.ac b/configure.ac
index 32eca07..52bbe1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.1.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.1.92], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0
@@ -20,7 +20,7 @@ AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
-AM_INIT_AUTOMAKE([-Wall foreign])
+AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
dnl translation of any at-spi strings: used only for .server
IT_PROG_INTLTOOL([0.40.0])