summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2021-07-09 08:51:38 -0500
committerMike Gorse <mgorse@suse.com>2021-07-09 08:51:38 -0500
commit57c644513133e9b7e259809302a25987eadfcc39 (patch)
tree60108b2ac9882b6f6a4794a4c445c3866a39d0ce
parent2bfa7d1f664f875e7ffd72cd790657cea9d75e8f (diff)
downloadat-spi2-core-gnome-3-40.tar.gz
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0869e642..422fab8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.40.3:
+
+* Use abstract sockets if libdbus is older than 1.12.0 (#37).
+
What's new in at-spi2-core 2.40.2:
* README: Remove outdated links.
diff --git a/meson.build b/meson.build
index eaebcfbd..43ecddd3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.40.2',
+ version: '2.40.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',