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 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',