summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-19 14:35:52 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2019-03-09 11:58:15 +0100
commit6a130129dbe4a1d94d4240ffc1c0d35813fe7f4c (patch)
treecbf63eff74018f150a4b4a39bac3fc5f1bbb731e
parent2a25c1806ee497d2768e898a6f3e70199e2034b1 (diff)
downloadatk-6a130129dbe4a1d94d4240ffc1c0d35813fe7f4c.tar.gz
Release ATK 2.29.2 (development)
-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',