summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2021-05-01 12:18:07 -0500
committerMike Gorse <mgorse@suse.com>2021-05-01 12:18:07 -0500
commitbaf8608964e84185f61d9424af3979a9a6e15a7c (patch)
tree8b2e4dfb78a9997d033ea205f2445fbe773c92bb
parent9efa51d2455bb832a3eca3c9ebd19ddbd27f4f49 (diff)
downloadat-spi2-core-baf8608964e84185f61d9424af3979a9a6e15a7c.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 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',