summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 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.
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',