From: Mike Gorse Date: Mon, 30 Oct 2017 16:37:56 +0000 (-0500) Subject: 2.26.1 X-Git-Tag: AT_SPI2_CORE_2_26_1^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fat-spi2-core.git;a=commitdiff_plain;h=832febae6759636ce7abf98a93738d60a9726a3b 2.26.1 --- 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',