[pyatspi2] Release v0.3.3
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Release v0.3.3
- Date: Fri, 4 Jun 2010 19:58:26 +0000 (UTC)
commit f422a6ea7be533203e9070e1b161be1aa54059ef
Author: Mike Gorse <mgorse novell com>
Date: Fri Jun 4 15:58:54 2010 -0400
Release v0.3.3
NEWS | 23 +++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e256b89..f10454a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+What's new in pyatspi2 0.3.3:
+
+* Hyperlink fixes.
+
+* When an object's parent is set to null, remove it from the parent in
+the cache.
+
+* Fix an issue where a state-changed handler can be called before the
+cache received the signal and updated the state.
+
+* Only range check for __getitem__, not getChildAtIndex. This is
+pyatspi-corba's behavior and should improve performance in some cases.
+
+* Fix tracebacks when checking some event properties.
+
+* Fix a traceback when simulating a defunct state for an object that has
+gone away.
+
+* Fix traceback when calling queryDocument.getAttributes(),
+queryText().getCharacterExtents(), and queryValue().setCurrentValue().
+
+* Fix handling of some ChildrenChanged signals sent by Firefox.
+
What's new in pyatspi2 0.3.2:
* Remove double deletion of application from the desktop cache handler.
diff --git a/configure.ac b/configure.ac
index 52e9479..8edbd7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [0.3.2], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [0.3.3], [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]