summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2022-07-02 09:33:08 -0500
committerMike Gorse <mgorse@suse.com>2022-07-02 09:33:08 -0500
commit4d636769923c685db412fecf475c80597e328e25 (patch)
tree71a1c3b100be70f8271694522289ab13b2c86d51
parent5626f1be7859ec1a2ca20cd7dd9c7eae1957b77d (diff)
downloadat-spi2-core-4d636769923c685db412fecf475c80597e328e25.tar.gz
-rw-r--r--NEWS27
-rw-r--r--meson.build2
2 files changed, 28 insertions, 1 deletions
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',