[pyatspi2] Release v2.2.1 and update doap



commit 6c81d5ef5274fa613f35a1ae93ecbf57a9a07de0
Author: Mike Gorse <mgorse novell com>
Date:   Mon Oct 17 17:06:00 2011 -0500

    Release v2.2.1 and update doap

 NEWS          |    6 ++++++
 configure.ac  |    4 ++--
 pyatspi2.doap |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2b39b42..0eaed8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in pyatspi 2.2.1:
+
+* Use hasattr rather than a try in registerEventListener, for performance.
+
+* Fix for BGO#661613: getOffsetAtPoint now works.
+
 What's new in pyatspi 2.1.91:
 
 * Fix for BGO#658343: Have configure check for pygobject-3.0
diff --git a/configure.ac b/configure.ac
index dc8e094..fd29faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.2.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.2.1], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION
@@ -12,7 +12,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])
 
 AC_PROG_CC
 AM_PATH_PYTHON(2.4)
diff --git a/pyatspi2.doap b/pyatspi2.doap
index 7c30ad7..e564088 100644
--- a/pyatspi2.doap
+++ b/pyatspi2.doap
@@ -13,7 +13,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>



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