From b03b6a47af37fd1fa24c5ff604af643a84064898 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 11 Jan 2021 14:00:04 -0600 Subject: 2.39.1 --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dc320f30..c288f024 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +What's new in at-spi2-core 2.39.1: + +* Don't use gdbus-broker if not running under systemd (#25). + +* Unref bus at the end of cleanup. + +* Fix XML interfaces (#26). + +* Use unix sockets instead of abstract sockets (#28). + +* Added a device API to replace the old API for capturing key + grabs. This is needed for toolkits that do not report keystrokes + to atk, such as gtk 4. + What's new in at-spi2-core 2.37.92: * Fix a possible memory leak if an event name cannot be parsed. diff --git a/meson.build b/meson.build index 0b2474bf..bb4131b9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('at-spi2-core', 'c', - version: '2.38.0', + version: '2.39.1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1