summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',