summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-09-02 13:21:39 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-09-02 13:21:39 -0500
commita8e281bf091895e22528ed526f02d659df741071 (patch)
tree708f466e4696fb8939e079266fe25e75e90059a2
parent83c2c4619076bd4cf1c98aa33de6670b33a738cd (diff)
downloadat-spi2-core-a8e281bf091895e22528ed526f02d659df741071.tar.gz
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index da8a54ac..3fd513a9 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 5c0c9a70..01d30c9f 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',