[at-spi2-core] 2.26.1



commit 832febae6759636ce7abf98a93738d60a9726a3b
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Oct 30 11:37:56 2017 -0500

    2.26.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 959ade0..0abf5f2 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 850f808..a84dcbd 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 4eac857..0cfdbef 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]