From ae46f8893b4057ef25c25f292826e771a04dc421 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 19 Jun 2018 09:40:46 -0500 Subject: 2.29.1 --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5142c58..7dde170 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +What's new in at-spi2-atk 2.29.1: + +* Fix a case where we could return without unlocking a mutex (bgo#793625). + +* Add ScrollTo and ScrollToPoint interfaces. + +* Fix various compiler warnings and build issues. + What's new in at-spi2-atk 2.26.1: * meson: Ensure paths written to .pc file are absolute. diff --git a/meson.build b/meson.build index c540c77..3d495e7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('at-spi2-atk', 'c', - version: '2.26.1', + version: '2.29.1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1