[at-spi2-core] 2.45.1
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] 2.45.1
- Date: Sat, 2 Jul 2022 14:37:47 +0000 (UTC)
commit 4d636769923c685db412fecf475c80597e328e25
Author: Mike Gorse <mgorse suse com>
Date: Sat Jul 2 09:33:08 2022 -0500
2.45.1
NEWS | 27 +++++++++++++++++++++++++++
meson.build | 2 +-
2 files changed, 28 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7649a9e3..520b2c41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+What's new in at-spi2-core 2.45.1:
+
+* Atk and at-spi2-atk are now merged into this project.
+
+* Now requires meson 0.56.2 and glib 2.67.4.
+
+* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
+
+* Properly escape the AT-SPI bus address; fixes warnings about the address
+ not containing a colon (!55).
+
+* Add a text value to AtspiValue, so that a value can expose a textual
+ description, as in the new Atk value API.
+
+* Add atspi_event_listener_register_with_app, to allow an event listener
+ to be registered only for a given application (!52).
+
+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 27281004..ba73b59b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.44.0',
+ version: '2.45.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]