summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2018-03-12 19:35:28 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2018-03-12 19:35:28 -0500
commit196498d7f02e4e5662941213e852ef1ca899cf79 (patch)
tree91bddc5ad84a58caf653f375b7d808fb67b646fc
parent0ffcb8662c6ecc59b1fa9005c0b9e35e1336013a (diff)
downloadat-spi2-atk-196498d7f02e4e5662941213e852ef1ca899cf79.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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',