summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-01-07 18:22:32 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-01-07 18:22:32 -0600
commita2696c2b66f5c8c46200ea2c4ef81266968f908e (patch)
tree4ab3dffdcbb856a78d177400c9a8d5432e7fed3a
parent56d82101d24cca099e7f872ed1a91a9a0d8508dd (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_31_1.tar.gz
-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',