[pyatspi2/gi] Release v1.91.1



commit 46c72039397b973f5af08a3def7df80d79a96743
Author: Mike Gorse <mgorse novell com>
Date:   Mon Oct 18 18:58:25 2010 -0400

    Release v1.91.1

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index cae842f..d9560be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
+What's new in pyatspi2 1.91.1:
+
+    * Add configure check for python-xlib
+
+    * Have calls on the async bus time out after 2 seconds
+
+    * Added a LRU cache for objects that use the soft cache
+
 What's new in pyatspi2 1.91.0:
+
 * --disable-relocate is the default again.
 
 * Added a "soft cache" to try to avoid repeatedly querying for information
diff --git a/configure.ac b/configure.ac
index 00d200e..bc7a89c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [1.91.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [1.91.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]