summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-06-18 06:07:37 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-06-18 06:14:08 -0500
commitf38fed479a6b9ae3df5bef71a609b6e8accfd84e (patch)
treebe4854ed86bb7848d68000fd8d5fa3a2b9362110
parente2cf1961bdbf3cfda105fc9f1a2bdadec464eb44 (diff)
downloadat-spi2-atk-f38fed479a6b9ae3df5bef71a609b6e8accfd84e.tar.gz
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf9a921..7c89871 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 2.33.2:
+
+* Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION
+
+* Fix a build issue where libgobject might not have been linked, resulting in
+ undefined symbols.
+
What's new in at-spi2-atk 2.33.1:
* Document atk_bridge_adaptor_init error messages.
diff --git a/meson.build b/meson.build
index 0710445..e2a30ba 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.33.1',
+ version: '2.33.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',