summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-09-04 18:25:26 -0500
committerMike Gorse <mgorse@suse.com>2020-09-04 18:25:26 -0500
commitdf076332787d7db29014d5158ed5429dce5ab57a (patch)
tree3f762b5e73ad66e568a4cf4fffb5383062304af5
parent4de5eb96faa46b6dde08524abf2552fc02dad61d (diff)
downloadat-spi2-core-df076332787d7db29014d5158ed5429dce5ab57a.tar.gz
-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',