summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2022-09-09 15:24:26 -0500
committerMike Gorse <mgorse@suse.com>2022-09-09 15:24:26 -0500
commita58848388a9d6cb68bf145ddec4bf86c69c453ea (patch)
treef02a0134358924fc8ee74a1bec9accf226a61660
parentdedc322fc7764826f31140df7fef8650ba5ddae1 (diff)
downloadat-spi2-core-gnome-41.tar.gz
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6738a3d6..7104fbf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.42.1:
+
+* The AT-SPI bus now uses the user's XDG_RUNTIME_DIR for its socket.
+Fixes accessibility for Snap-confined applications.
+
+* Fix crash when NULL is passed to some listener-related functions.
+
+* Caps lock is now unlocked for key synthesis. Fixes cutting and
+pasting from brltty when caps lock is on.
+
What's new in at-spi2-core 2.42.0:
* Set X root property when Xwayland starts on demand.
diff --git a/meson.build b/meson.build
index b5104c8c..fd94125d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.42.0',
+ version: '2.42.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',