summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-01-06 14:01:01 -0600
committerMike Gorse <mgorse@suse.com>2023-01-06 14:01:01 -0600
commit3c8a7d7737a6560d1eacff596c28fef9b9a16edc (patch)
treeebe8419f1297727394544e6e2afcfe5252f27e2c
parentaeb957706db3f0ee2282fb92b3297e8be86aa2a7 (diff)
downloadat-spi2-core-3c8a7d7737a6560d1eacff596c28fef9b9a16edc.tar.gz
Update release notes
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 46d62b58..667928c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-FIXME: no version number yet; I just want to get the following item in the release notes:
-
+What's new in at-spi2-core 2.47.1:
* The meson options -Dx11 and -Dintrospection are now implemented with
meson features - https://mesonbuild.com/Build-options.html#features
@@ -7,6 +6,17 @@ FIXME: no version number yet; I just want to get the following item in the relea
"enabled/disabled/auto". Please change your build scripts
accordingly if you use these options.
+* Use gi-docgen to generate documentation.
+
+* Register key grabs using the focused window, rather than the root window.
+ This should prevent the window from losing focus when a key grab is used.
+
+* atk-adaptor: Handle sockets in GetChildren.
+
+* Improve documentation of the dbus interfaces.
+
+* Various code clean-ups. Some unused code has been removed.
+
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible