[at-spi2-core] 2.25.90



commit 6b15d7b6b6a78f467abe7244e6805389c7594114
Author: Mike Gorse <mgorse linux-e5s4 suse>
Date:   Mon Aug 7 19:07:36 2017 -0500

    2.25.90

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index caffaca..0cd5e22 100644
--- 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).
diff --git a/configure.ac b/configure.ac
index 3ee2cf5..11683f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index 1a94a7f..caac91b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.25.4',
+        version: '2.25.90',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]