[pyatspi2] Update NewS and bump version to 0.3.2
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Update NewS and bump version to 0.3.2
- Date: Tue, 25 May 2010 00:34:02 +0000 (UTC)
commit 96288c60367fe0f283d845e129f3f16a503cef4c
Author: Mike Gorse <mgorse novell com>
Date: Mon May 24 20:34:00 2010 -0400
Update NewS and bump version to 0.3.2
NEWS | 18 ++++++++++++++++++
configure.ac | 2 +-
2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fcc1aa9..e256b89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+What's new in pyatspi2 0.3.2:
+
+* Remove double deletion of application from the desktop cache handler.
+Was causing a mostly harmless exception when an application shut down.
+
+* Role changes now update the cache.
+
+* Avoid throwing an exception in getState() if an object no longer exists.
+This avoids potentially throwing an eception where at-spi-corba may not.
+
+* Do not use the cache if registry.start() has not been called; allows
+simple scripts without a main loop to work better.
+
+What's new in pyatspi2 0.3.1.1:
+
+Install to $PYTHONDIR again, since we have no arch-specific dependencies.
+
+* Do not dispatch events while waiting for a reply from a method call.
What's new in pyatspi2 0.3.1:
* Fixed GetLink, GetColumnHeader, getAccessibleAtPoint, and possibly others.
diff --git a/configure.ac b/configure.ac
index af70a72..52e9479 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [0.3.1.1], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [0.3.2], [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]