summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2021-09-18 17:18:36 -0500
committerMike Gorse <mgorse@suse.com>2021-09-18 17:20:03 -0500
commitb22b7dcfcb34f01218de0f6aa0d10b4d34fb07aa (patch)
tree1df03bee7274149f430d9ef2f58f2dd102d96641
parentb4dce70ab770cb3153f0e4d33cc6dacb196ec558 (diff)
downloadat-spi2-core-master.tar.gz
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2a90d3f5..6738a3d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+What's new in at-spi2-core 2.42.0:
+
+* Set X root property when Xwayland starts on demand.
+
+* Several dbus introspection fixes.
+
+What's new in at-spi2-core 2.40.3:
+
+* Use abstract sockets if libdbus is older than 1.12.0 (#37).
+
+What's new in at-spi2-core 2.40.2:
+
+* README: Remove outdated links.
+
+* Key grab fixes for the new API.
+
+* registryd: Add a missing call to va_end.
+
What's new in at-spi2-core 2.40.1:
* Fix double free when removing event listeners (#35).
diff --git a/meson.build b/meson.build
index d025ebfe..b5104c8c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.40.1',
+ version: '2.42.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',