summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-05-20 19:24:33 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-05-20 19:24:33 -0500
commit92ae94873f6f5d208e0229097e0b6dcf67585806 (patch)
tree334f25369997333bbbc497581e022d597399d6b6 /NEWS
parenta9ec5b50dbd37c5ef1f23f81469cd7a182e57648 (diff)
downloadat-spi2-core-92ae94873f6f5d208e0229097e0b6dcf67585806.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5af5556c..391ead8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+What's new in at-spi2-core 2.33.1:
+
+* Fix mesonb uild for meson 0.50.0.
+
+* Add atspi_accessible_get_accessible_id.
+
+* Add atspi_text_notify_reading_position.
+
+* Check for an actual X11 session before calling X. This will be needed
+ for Mutter in the future because checking $DISPLAY is not sufficient,
+ and xwyland could be automatically started when it isn't wanted.
+
What's new in at-spi2-core 2.31.92:
* Fix atspi_table_cell_get_(row_column)_header_cells.