summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-19 15:23:36 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-19 15:23:36 -0500
commite032abac5cc3406965ccbe9b7ff274c54aaa316b (patch)
tree1cdc4f9e53840f3c2b9e1c5a944eb79fc2616df9
parent5b5c7208027039f2f9aadf05277eaf256020db2c (diff)
downloadat-spi2-atk-e032abac5cc3406965ccbe9b7ff274c54aaa316b.tar.gz
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
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',