[at-spi2-core] 2.33.92



commit a8e281bf091895e22528ed526f02d659df741071
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Sep 2 13:21:39 2019 -0500

    2.33.92

 NEWS        | 10 ++++++++++
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index da8a54a..3fd513a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.33.92:
+
+* Now requires meson 0.50.0.
+* License is now LGPL-2.1+.
+* Meson: only link to libdl when it is necessary.
+* Update installation instructions.
+* Clarify atspi_editable_text_insert_text documentation.
+* Do not warn on no reply from pending get_items call.
+* Eliminate some superfluous runtime warnings.
+
 What's new in at-spi2-core 2.33.90:
 
 * Refactor the API for the screen reader to notify listeners of its status.
diff --git a/meson.build b/meson.build
index 5c0c9a7..01d30c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.33.90',
+        version: '2.33.92',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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