summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2022-04-21 15:43:55 -0500
committerMike Gorse <mgorse@suse.com>2022-04-21 15:43:55 -0500
commit9a1f0aec0b7dc55360310b6d02c2b7798511268f (patch)
tree983d6d7b72f995f11148d8cc5f4a853eebb6d0c9
parente5e2f2954e46468ee507883fad59f2cca44bb4d4 (diff)
downloadat-spi2-core-gnome-42.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 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',