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 33814c3f..a221e642 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
What's new in at-spi2-core 2.39.91:
+What's new in at-spi2-core 2.40.1:
+
+* Fix double free when removing event listeners (#35).
+
+* Fix numlock detection.
+
* Fix a couple of memory leaks.
diff --git a/meson.build b/meson.build
index 13ee840b..d025ebfe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.40.0',
+ version: '2.40.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',