[pyatspi2] 2.38.1



commit 6d5f47ee8e8a36140b52bf52fe954a131a0aa5dd
Author: Mike Gorse <mgorse suse com>
Date:   Sat Mar 13 15:37:06 2021 -0600

    2.38.1

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 47d26e6..741518f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in pyatspi 2.38.1:
+
+* Add sanity checks to getPath and findAncestor so that we don't
+  hang if an accessible returns itself as its own parent (#6, #7).
+
 What's new in pyatspi 2.37.90:
 
 * Tests: use libatspi's dbus-gmain implementation, eliminating
diff --git a/configure.ac b/configure.ac
index 3535ac2..8042a85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.38.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.38.1], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 # The version of python used is determined by the executable pointed to by the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]