2.25.90 AT_SPI2_CORE_2_25_90
authorMike Gorse <mgorse@linux-e5s4.suse>
Tue, 8 Aug 2017 00:07:36 +0000 (19:07 -0500)
committerMike Gorse <mgorse@linux-e5s4.suse>
Tue, 8 Aug 2017 00:07:36 +0000 (19:07 -0500)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index caffaca..0cd5e22 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi2-core 2.25.90:
+
+* Fix a couple of introspection issues (bgo#784481).
+
+* atspi_get_a11_bus: don't leak the DBusConnection.
+
+* Meson fixes.
+
 What's new in at-spi2-core 2.25.4:
 
 * Fix gir generation with autotools (bgo#783994).
index 3ee2cf5..11683f3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.25.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.25.90], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
index 1a94a7f..caac91b 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.25.4',
+        version: '2.25.90',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',