summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-02-29 16:37:07 -0600
committerMike Gorse <mgorse@suse.com>2020-02-29 16:37:07 -0600
commiteac8e935128753f8204ecc3904e6e3e7b231e3ea (patch)
tree4c7b7b0b9da35d3f39bf4b893eb7abced3fa2a2c
parent0b4b3d010ea33c77627aff9569049d676d1c9add (diff)
downloadat-spi2-atk-eac8e935128753f8204ecc3904e6e3e7b231e3ea.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 742b361..9fd3d9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-atk 2.34.2:
+
+* Meson: don't hard-code shared_library (!19).
+
+* Mitigate missing window events at startup.
+
+* Set C standard to gnu99 (#10).
+
+* Tests: include sys/time.h (#14).
+
What's new in at-spi2-atk 2.34.1:
* socket_embed_hook: Make plug_id parameter const.
diff --git a/meson.build b/meson.build
index 0a0b961..9fce5d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.34.1',
+ version: '2.34.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',