[at-spi2-core] Release v2.1.92



commit 86af0870fb730c641628786e4226e028f8932109
Author: Mike Gorse <mgorse novell com>
Date:   Mon Sep 19 16:50:07 2011 -0500

    Release v2.1.92

 NEWS              |   14 ++++++++++++++
 at-spi2-core.doap |    2 +-
 configure.ac      |    4 ++--
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bb3699d..8d58bcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+What's new in at-spi2-core 2.1.92:
+
+* Fixed a crash when handling event listeners.
+
+* Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
+
+* Add some defensive checks to prevent problems with defunct objects.
+
+* BGO#657051: Fix a build error on Solaris.
+
+* Fix some missing return statements.
+
+* Some fixes related to deregistering event listeners.
+
 What's new in at-spi2-core 2.1.91:
 
 * Fixed a crash when deregistering event listeners.
diff --git a/at-spi2-core.doap b/at-spi2-core.doap
index da5e0ff..85d5c63 100644
--- a/at-spi2-core.doap
+++ b/at-spi2-core.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 91b9432..1ce7337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.1.91], [accessibility-atspi lists linux-foundation org])
+AC_INIT([at-spi2-core], [2.1.92], [accessibility-atspi lists linux-foundation org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
@@ -20,7 +20,7 @@ AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
 AC_SUBST(LT_AGE)
 
-AM_INIT_AUTOMAKE([1.9 -Wall foreign])
+AM_INIT_AUTOMAKE([1.9 -Wall foreign no-dist-gzip dist-xz])
 
 AC_PROG_CC
 LT_INIT([disable-static])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]