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>2019-03-09 11:58:15 +0100
commite7d315854d12e337e6d66158b9d23abb395602d2 (patch)
tree9863c04b2c8322512c7fe30366acde1c8db36476
parentdbac8333608411b9ec641ea4efdecc0cba4708d3 (diff)
downloadatk-e7d315854d12e337e6d66158b9d23abb395602d2.tar.gz
Release ATK 2.29.94 (development)
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',