summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2767e4ae..0dd86dcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in at-spi2-core 2.31.1:
+
+* Bus launcher: fix an issue where the error wasn't cleared on failure.
+
+* Add support for locking/unlocking modifiers.
+
+* Update error log text for consistency.
+
+* Documentation clean-ups.
+
What's new in at-spi2-core 2.29.1:
* Add dbus-broker support to bus launcher.
diff --git a/meson.build b/meson.build
index 8ef8ae3b..351b2073 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.30.0',
+ version: '2.31.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',