[at-spi2-atk] 2.33.91



commit e032abac5cc3406965ccbe9b7ff274c54aaa316b
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Aug 19 15:23:36 2019 -0500

    2.33.91

 NEWS        | 9 +++++++++
 meson.build | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7c89871..e3f0108 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in at-spi2-atk 2.33.91:
+
+* Defer registration until the main loop is entered. This fixes an issue
+  where a Python application could import gtk but not enter the main loop,
+  resulting in the application registering with AT-SPI but not responding
+  to queries.
+
+* Make sure return values are initialized for some functions.
+
 What's new in at-spi2-atk 2.33.2:
 
 * Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION
diff --git a/meson.build b/meson.build
index e2a30ba..78db0ab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-atk', 'c',
-        version: '2.33.2',
+        version: '2.33.91',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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