[at-spi2-core/gnome-42] 2.44.1



commit 9a1f0aec0b7dc55360310b6d02c2b7798511268f
Author: Mike Gorse <mgorse suse com>
Date:   Thu Apr 21 15:43:55 2022 -0500

    2.44.1

 NEWS        | 10 ++++++++++
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7649a9e3..b4c12303 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.44.1:
+
+* Fix use after free when removing a hung process.
+
+* Fix the build with X11 disabled.
+
+* Fix crash when NULL is passed to some listener-related functions.
+
+* impl_deregister_keystroke_listener: fix memory leak on iteration error.
+
 What's new in at-spi2-core 2.44.0:
 
 * Unlink the socket before binding when using dbus-broker. Fixes regression
diff --git a/meson.build b/meson.build
index e56dd87c..c566b25b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.44.0',
+        version: '2.44.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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