[at-spi2-atk/gnome-3-26] 2.26.2



commit 196498d7f02e4e5662941213e852ef1ca899cf79
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Mar 12 19:35:28 2018 -0500

    2.26.2

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5142c58..18c0dc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+What's new in at-spi2-atk 2.26.2:
+
+* Fix a couple of cache-related functions so that they don't return
+  without unlocking the mutex (bgo#793625).
+
+What's new in at-spi2-atk 2.27.92:
+
+* Fix a couple of cache-related functions so that they don't return
+  without unlocking the mutex (bgo#793625).
+
+* Dropped autotools support. Building is now done using meson.
+
 What's new in at-spi2-atk 2.26.1:
 
 * meson: Ensure paths written to .pc file are absolute.
diff --git a/configure.ac b/configure.ac
index 2e30e87..3c56e90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.26.1], [accessibility-atspi lists linux-foundation org])
+AC_INIT([at-spi2-atk], [2.26.2], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
diff --git a/meson.build b/meson.build
index 5aae0b4..5c42e8c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-atk', 'c',
-        version: '2.26.1',
+        version: '2.26.2',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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