[pyatspi2] Release v1.91.5



commit 0ad9a6fd802ec6f0ced8885467280c547908db73
Author: Mike Gorse <mgorse novell com>
Date:   Mon Jan 10 17:53:27 2011 -0600

    Release v1.91.5

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3d16dab..f99daaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+What's new in pyatspi2 1.91.5:
+
+* Fixed generateKeyboardEvent, description, and allModifiers.
+
+* Added a dummy stateset.unref function for backwards compatibility.
+
+* Added a pumpQueuedEvents stub.
+
+* Added RELATION_EMBEDDED_BY.
+
+* Hide children attribute since it is currently broken and caused a crash
+  with Accerciser.
+
+* Wrap event type so that sub-fields can be accessed.
+
+What's new in pyatspi2 1.91.4:
+
+* Added a dummy freeMatchRule function.
+
+* Attribute fixes.
+
+* __getitem__ now supports negative indices.
+
+* Fixed some properties, relationToString, listInterfaces, various text
+  methods.
+
+* Raise notImplementedError when querying unimplemented interfaces.
+
 What's new in pyatspi2 1.91.3:
 
 * This is a major refactor using the C-based libatspi as a core.  This should
diff --git a/configure.ac b/configure.ac
index fde138b..aa0869d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [1.91.4], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [1.91.5], [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]