[pyatspi2] Release v2.5.3



commit cddde0a741e1e5b2b4818aca7918dd77761ea7d5
Author: Mike Gorse <mgorse suse com>
Date:   Mon Jun 25 18:30:24 2012 -0500

    Release v2.5.3

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 971cc56..ba3103e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in pyatspi 2.5.3:
+
+* Fix truth evaluation for accessibles in Python 3.
+
+* Fix for bug #678497 - dict.iteritems() is no longer supported in Python 3
+
+* Re-add setTimeout (it seems that it was lost among the Python 3 updates).
+
 What's new in pyatspi 2.5.2:
 
 * More Python 3 fixes.
diff --git a/configure.ac b/configure.ac
index c06f3d5..f882467 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.5.2], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.5.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]