summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@linux-e5s4.suse>2017-08-07 19:07:36 -0500
committerMike Gorse <mgorse@linux-e5s4.suse>2017-08-07 19:07:36 -0500
commit6b15d7b6b6a78f467abe7244e6805389c7594114 (patch)
treec02df3eed37f58e6011d8f1fb1cabcc26557febe
parent43d9f8a79bfcc8314bee0f560713188213b85f62 (diff)
downloadat-spi2-core-6b15d7b6b6a78f467abe7244e6805389c7594114.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index caffaca5..0cd5e221 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 3ee2cf5b..11683f30 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 1a94a7fc..caac91b3 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',