summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2021-02-16 17:49:20 -0600
committerMike Gorse <mgorse@suse.com>2021-02-16 17:49:20 -0600
commit3c6b2c064b25e7b4e8b894168bc760febfd71795 (patch)
treeab28c59170777582895b54df01ce8a2513d2d58f
parent0589bda3331d5301c379141123926529b14238a0 (diff)
downloadat-spi2-core-3c6b2c064b25e7b4e8b894168bc760febfd71795.tar.gz
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c288f024..f775389c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.39.90:
+
+* Fix build with X11 disabled.
+
+* Various fixes for the new device API used for key monitoring and grabbing.
+
+* Fixed several memory leaks.
+
What's new in at-spi2-core 2.39.1:
* Don't use gdbus-broker if not running under systemd (#25).
diff --git a/meson.build b/meson.build
index bb4131b9..53981214 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.39.1',
+ version: '2.39.90',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',