2.26.1 AT_SPI2_CORE_2_26_1 upstream/2.26.1
authorMike Gorse <mgorse@alum.wpi.edu>
Mon, 30 Oct 2017 16:37:56 +0000 (11:37 -0500)
committerMike Gorse <mgorse@alum.wpi.edu>
Mon, 30 Oct 2017 16:37:56 +0000 (11:37 -0500)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 959ade0..0abf5f2 100644 (file)
--- 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.
index 850f808..a84dcbd 100644 (file)
@@ -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])
index 4eac857..0cfdbef 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.26.0',
+        version: '2.26.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',