[at-spi2-core] 2.37.90



commit f98ca5798a45e0f348cb9ee882f6febb72749cec
Author: Mike Gorse <mgorse suse com>
Date:   Sat Aug 8 17:08:34 2020 -0500

    2.37.90

 NEWS        | 28 ++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a9a1c1d3..85033f99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+What's new in at-spi2-core 2.37.90:
+
+* Add a mode-changed signal to allow a screen reader to indicate
+  that its mode has changed.
+
+* Fix use after free when a device listener is destroyed (#22).
+
+* Meson: de-duplicate deps of 'Requires' in pkgconfig file (!28).
+
+* FIx use after free when an event listener is destroyed.
+
+* Make at-spi-dbus-bus.desktop validate (!30).
+
+* atspi_accessible_set_cache_mask: relax assert that was generating a
+  warning and causing the function to fail in some cases.
+
+* Fixes for synthesizing keys.
+
+* Fix Qt annotations in DBus xml files.
+
+* Memory test: replace gedit with a light-weight test application.
+
+* dbtest: print to stdout instead of stderr.
+
+* Tests: make test a bit verbose.
+
+* Constants: fix typos in two _COUNT constants.
+
 What's new in at-spi2-core 2.35.92:
 
 * bus-launcher: make session management more robust.
diff --git a/meson.build b/meson.build
index c22ef3ce..5a16572f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.36.0',
+        version: '2.37.90',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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