summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2019-02-19 16:52:57 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2019-02-19 16:52:57 +0100
commitcdcd153a42de410f6cfecd444a6a0f46f6197b39 (patch)
tree45e2d06c031e8ae0127152c4e4cb12b86ba41491
parent96d13ae47f6f77445483ee8a0d7d6569a95f35bf (diff)
downloadatk-cdcd153a42de410f6cfecd444a6a0f46f6197b39.tar.gz
Release ATK 2.31.92ATK_2_31_92
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6351803..1604c35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in version 2.31.92
+==========================
+*
+* Bugfixing:
+ * Issue 1: "atk 2.29.2 is reported not to work any more"
+ * By mistake, 2.31.90 re-introduced this bug, as master didn't
+ have the revert for "atkimplementor: use the
+ G_DEFINE_INTERFACE macro to declare it as interface in the
+ introspection"
+
+
Changes in version 2.31.90
==========================
*
diff --git a/meson.build b/meson.build
index 0625519..6d1ea59 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.31.90',
+ version: '2.31.92',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',