summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-19 14:35:52 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-19 14:54:36 +0100
commiteeb0c9f80682a18aecf3345cb7523eb33606327d (patch)
treecbf63eff74018f150a4b4a39bac3fc5f1bbb731e
parent2ec7af3c47ebe5dcbb18e01cf5f6f5ac59c2d25a (diff)
downloadatk-eeb0c9f80682a18aecf3345cb7523eb33606327d.tar.gz
Release ATK 2.29.2 (development)ATK_2_29_2
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
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',