summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-09-04 17:29:05 -0500
committerMike Gorse <mgorse@suse.com>2017-09-04 17:29:05 -0500
commit774a363203dfaa6212295c9da29feba64dc29823 (patch)
treeb4e9b324099b6c448bb944fe29e51c0a6b423ece
parent0cce560e437e39daf04e0dd60b38f6c313c7112a (diff)
downloadat-spi2-core-774a363203dfaa6212295c9da29feba64dc29823.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 96750d3b..959ade0a 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 bf3450a1..24349723 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 c8f69519..72f9b879 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',