summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-09-08 15:24:26 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2018-09-08 15:24:26 +0200
commit90ed6bd964b8a2b93c7cf3ea018483e437913785 (patch)
treeee33a8aec0a582b851405be2b809c97efe363b47
parented2bcf018190cd8221ac9648f747643195ab0c8e (diff)
downloadatk-90ed6bd964b8a2b93c7cf3ea018483e437913785.tar.gz
Release 2.30.0ATK_2_30_0
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d17a873..1d80f71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in version 2.30
+==========================
+
+* Bugfixing:
+ * Issue 1: "atk 2.29.2 is reported not to work any more"
+ * Needed to revert previous change "atkimplementor: use the
+ G_DEFINE_INTERFACE macro to declare it as interface in the
+ introspection"
+
+
Changes in version 2.29.92
==========================
diff --git a/meson.build b/meson.build
index 38a8605..59abf5e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.29.92',
+ version: '2.30.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',