summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-05 15:00:58 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-05 15:00:58 -0500
commit00bb7be3d6d33cac059597f48526397cf46e448b (patch)
treec8ddf67eb0d071745a24e5a19c9bbccc283d6efa
parent673340d60a0bf7b97863985f02854b943ee009bb (diff)
downloadat-spi2-core-00bb7be3d6d33cac059597f48526397cf46e448b.tar.gz
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d54035e0..da8a54ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What's new in at-spi2-core 2.33.90:
+
+* Refactor the API for the screen reader to notify listeners of its status.
+
+* Add a sender to the AtspiEvent struct.
+
+* Add missing atspi_application_get_type prototype.
+
+* Support mutter remote desktop interface for synthesizing keyboard/mouse
+ events (likely still needs work).
+
What's new in at-spi2-core 2.33.2:
* Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X
diff --git a/meson.build b/meson.build
index b0046569..0834d1f6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.33.2',
+ version: '2.33.90',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',