summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-09-08 13:15:26 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2018-09-08 13:15:28 +0200
commitab7b1fcac1d8128e9da65cfca3aac07c1e26afd8 (patch)
tree1c70d45fd8ff3e35ac05bad674ec39b29db5c054
parentdb2739bd22a70294204307b7a6decaa4c9ba8999 (diff)
downloadatk-ab7b1fcac1d8128e9da65cfca3aac07c1e26afd8.tar.gz
Release ATK 2.29.94 (development)ATK_2_29_94
This is a special development release to include all the changes so far on master. But ATK 2.30 will be based on 2.29.92 plus the revert of commit "atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface in the introspection", as the other two commits were not tested yet.
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d17a873..e5641b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in version 2.29.94
+==========================
+
+* 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"
+
+ * Bug 789619: build: use @basename instead of @filename
+
+ * Bug 794326: fix macOs common_ldflags
+
+Contributors:
+ Alejandro Piñeiro, Jan Tojnar, Samuel Thibault
+
Changes in version 2.29.92
==========================
diff --git a/meson.build b/meson.build
index d4858bc..955fa92 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.29.92',
+ version: '2.92.94',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',