summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2017-10-30 11:37:56 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2017-10-30 11:37:56 -0500
commit832febae6759636ce7abf98a93738d60a9726a3b (patch)
treea5b24201f33e589d98b304944ff078631eec14b6
parente1d5412b33463fd2f45dea400c45b107d0c78f42 (diff)
downloadat-spi2-core-832febae6759636ce7abf98a93738d60a9726a3b.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 959ade0a..0abf5f28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.26.1:
+
+* Remove unused dependency on libxkbcommon.
+
+* Various meson build fixes.
+
+* Updated Dutch and Catalan translations.
+
What's new in at-spi2-core 2.25.92:
* configure.ac: make xkb optional, as intended.
diff --git a/configure.ac b/configure.ac
index 850f808a..a84dcbd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.26.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.26.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/meson.build b/meson.build
index 4eac857e..0cfdbef0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.26.0',
+ version: '2.26.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',