From eeb0c9f80682a18aecf3345cb7523eb33606327d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 19 Jun 2018 14:35:52 +0100 Subject: Release ATK 2.29.2 (development) --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3d98fa1..7738fe2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Changes in version 2.29.2 +========================= + +* Add ScrollTo and ScrollToPoint methods to AtkComponent + +* Build: + * Require a more recent version fo Meson, 0.46.0 + +* Misc: + * Documentation, introspection, and versioning fixes + +Contributors: + Samuel Thibault, Michael Catanzaro, Rico Tzschichholz, Corentin Noël, + Emmanuele Bassi + Changes in version 2.29.1 ========================= diff --git a/meson.build b/meson.build index c7512e0..d26a777 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('atk', 'c', - version: '2.29.1', + version: '2.29.2', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1