summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',