[at-spi2-core] 2.33.1



commit 92ae94873f6f5d208e0229097e0b6dcf67585806
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon May 20 19:24:33 2019 -0500

    2.33.1

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5af5556..391ead8 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.
diff --git a/meson.build b/meson.build
index 6c9e572..d4fa37e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.32.0',
+        version: '2.33.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]