[pyatspi2] Release v2.0.1



commit eb5438597ee46b7d06096ba355c416bfe2287a7f
Author: Mike Gorse <mgorse novell com>
Date:   Mon Apr 25 18:40:55 2011 -0500

    Release v2.0.1

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 055aaa5..4279c27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in pyatspi2 2.0.1:
+
+* Fix for BGO#645644: Throw LookupError rather than RUntimeError
+
+* Add id property
+
+* Add a work-around for getStates failing on 64-bit systems with pygobject
+  2.28.3 and earlier.
+
 What's new in pyatspi2 2.0.0:
 
 * Removed some unused files.
diff --git a/configure.ac b/configure.ac
index 3e00aa7..7ec5c11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.0.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.0.1], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION



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