summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-09-09 11:06:29 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-09-09 11:06:29 -0500
commit6da122f1e8d6b02dda0f368610ab72fc3d1720cf (patch)
treebc4ada23c10ea76f8bc9ac09251ffb2ef5372700
parent69f4fdcb624f624d309904191a4f1a184bc044fd (diff)
downloadat-spi2-core-6da122f1e8d6b02dda0f368610ab72fc3d1720cf.tar.gz
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3fd513a9..f18af9ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.34.0:
+
+* Fix a use after free when freeing an event.
+* Clean up handling of the X11 property specifying the bus address (#18).
+* Update doap.
+
What's new in at-spi2-core 2.33.92:
* Now requires meson 0.50.0.
diff --git a/meson.build b/meson.build
index 01d30c9f..0a2f75ed 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.33.92',
+ version: '2.34.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',