[pyatspi2] Release v2.3.5



commit 0bf8a62769b35025307e4bda0f71012fd8bbbb94
Author: Mike Gorse <mgorse novell com>
Date:   Mon Feb 6 17:26:22 2012 -0600

    Release v2.3.5

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a3bb97e..1099599 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in pyatspi 2.3.5:
+
+* Fix for BGO#660826: Drop unneeded pygtk check.
+
+* Remove exception wrapping - pyatspi will now return the real exception
+  as translated by pygi, rather than LookupError. This means that it is now
+  necessary to catch, eg, RuntimeError rather than LookupError if one wishes
+  to catch exceptions, but it is now possible to see the original error.
+
 What's new in pyatspi 2.3.4:
 
 * Fix for BGO#666871: deregisterKeystrokeListener was broken.
diff --git a/configure.ac b/configure.ac
index 936cd26..d43b6cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.3.4], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.3.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]