summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d964ce25..33814c3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.39.91:
+
+* Fix a couple of memory leaks.
+
+* Remove const from AtspiDeviceListenerCB prototype (#31).
+
What's new in at-spi2-core 2.39.90.1:
* Fix a crash introduced in 2.39.90, along with a few warnings (#30).
diff --git a/meson.build b/meson.build
index ca49dfb3..1acc87cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.39.90.1',
+ version: '2.39.91',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',