summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-09-04 18:55:29 -0500
committerMike Gorse <mgorse@suse.com>2020-09-04 18:55:29 -0500
commit4654c91696460b9eba1592252f5528c4c37de00e (patch)
treee932e7f188a1ef3104eb51c12093eed24bebe176
parent2236149de17ec28864a31adc52ebb4ea20226367 (diff)
downloadat-spi2-core-4654c91696460b9eba1592252f5528c4c37de00e.tar.gz
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a9a1c1d3..fa7ccd55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+What's new in at-spi2-core 2.36.1:
+
+* meson: De-duplicate deps of 'Requires' in pkgconfig file
+
+* Make at-spi-dbus-bus.desktop Validate
+
+* Fix ucs2keysym line for Euro sign
+
+* Fix Qt annotations in DBus xml files
+
+* constants: Fix typos in two _COUNT constants
+
+* Fix a couple of memory leaks.
+
+* Fix use after free when a device listener is destroyed.
+
+* Fix use after free when an event listener is destroyed.
+
What's new in at-spi2-core 2.35.92:
* bus-launcher: make session management more robust.
diff --git a/meson.build b/meson.build
index 8f1943b4..20e501f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.36.0',
+ version: '2.36.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',