summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-05-20 20:02:53 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-05-20 20:02:53 -0500
commit7059c98feed6425301f4f43fdaf530e17afc6d0d (patch)
tree0f031d5f52e695d7fb2174f165e8096f8db1ec32
parentcd6cf97e40ea2be997e9dc20c33c306f4c4404cb (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_33_1.tar.gz
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd73b1b..cf9a921 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-atk 2.33.1:
+
+* Document atk_bridge_adaptor_init error messages.
+
+* Add atk_bridge_set_event_context.
+
+* Add AccessibleId property.
+
What's new in at-spi2-atk 2.31.92:
* Fix a crash when retrieveing headers from table cells.
diff --git a/meson.build b/meson.build
index 8d06717..82a0afd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.32.0',
+ version: '2.33.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',