summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 510ac186..dc320f30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.37.92:
+
+* Fix a possible memory leak if an event name cannot be parsed.
+
+* _atspi_dbus_set_interfaces: fix memory leak when called with an invalid
+ DBus signature.
+
+* Fix a crash if an event listener is removed during an event callback.
+
+
What's new in at-spi2-core 2.37.90:
* Add a mode-changed signal to allow a screen reader to indicate
diff --git a/meson.build b/meson.build
index 5a16572f..8ef82460 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.37.90',
+ version: '2.37.92',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',