summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2021-01-11 14:00:04 -0600
committerMike Gorse <mgorse@suse.com>2021-01-11 14:00:04 -0600
commitb03b6a47af37fd1fa24c5ff604af643a84064898 (patch)
tree151ed695bc2c4f93644b0c6cca1be9f312e9b705 /NEWS
parent7bd1ad706c92a9342e5078238ce4380e544aa967 (diff)
downloadat-spi2-core-b03b6a47af37fd1fa24c5ff604af643a84064898.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
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.