From: Mike Gorse Date: Mon, 4 Sep 2017 22:29:05 +0000 (-0500) Subject: 2.25.92 X-Git-Tag: AT_SPI2_CORE_2_25_92^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=774a363203dfaa6212295c9da29feba64dc29823;hp=0cce560e437e39daf04e0dd60b38f6c313c7112a;p=platform%2Fupstream%2Fat-spi2-core.git 2.25.92 --- diff --git a/NEWS b/NEWS index 96750d3..959ade0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +What's new in at-spi2-core 2.25.92: + +* configure.ac: make xkb optional, as intended. + +* Optionally read the bus address from the ATSPI_BUS_ADDRESS environment + variable (bgo#787126). + What's new in at-spi2-core 2.25.91: * Meson builds should now be usable. diff --git a/configure.ac b/configure.ac index bf3450a..2434972 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.25.91], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.25.92], [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 c8f6951..72f9b87 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('at-spi2-core', 'c', - version: '2.25.91', + version: '2.25.92', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',