[pyatspi2] 2.24.0



commit 6ca17feebb2ba032b36aa8a3ea6941bf62349f5b
Author: Mike Gorse <mgorse suse com>
Date:   Mon Mar 20 17:52:44 2017 -0500

    2.24.0

 NEWS         |   20 ++++++++++++++++++--
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1d9cc7a..0d8fe6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,27 @@
-What's new in pyatspi 2.17.90:
+What's new in pyatspi 2.24.0:
 
-* Call gi.require_version() before import
+* Fix an invalid escape sequence.
+
+* Rename enum class to atspienum to avoid name conflict; fixes build with
+  python 3.6.
+
+What's new in pyatspi 2.20.2:
+
+* Update STATE_LAST_DEFINED so that STATE_READ_ONLY is recognized
+  (bgo#766121).
+
+What's new in pyatspi 2.20.1:
+
+* gettext: Don't modify endOffset (bgo#721860).
 
 What's new in pyatspi 2.19.91:
 
 * Fix text.getDefaultAttributeSet (bgo#752928).
 
+What's new in pyatspi 2.17.90:
+
+* Call gi.require_version() before import
+
 What's new in pyatspi 2.15.90:
 
 * Add new roles for fractions, roots, subscripts, and superscripts (bgo#743413).
diff --git a/configure.ac b/configure.ac
index 7816f49..36539b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.20.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.24.0], [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]