Release v2.1.92
authorMike Gorse <mgorse@novell.com>
Mon, 19 Sep 2011 21:51:10 +0000 (16:51 -0500)
committerMike Gorse <mgorse@novell.com>
Mon, 19 Sep 2011 21:51:10 +0000 (16:51 -0500)
NEWS
at-spi2-atk.doap
configure.ac

diff --git a/NEWS b/NEWS
index 877b32d..14d7344 100644 (file)
--- 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
index 362cd29..52837e0 100644 (file)
@@ -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>
index 32eca07..52bbe1c 100644 (file)
@@ -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])