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-03-09 11:58:15 +0100
commit31df8309ef53cd1267e5511f825ec145097933f2 (patch)
tree45e2d06c031e8ae0127152c4e4cb12b86ba41491
parent04f7696a203d74e10d310fa935ff7d8d8b64d913 (diff)
downloadatk-31df8309ef53cd1267e5511f825ec145097933f2.tar.gz
Release ATK 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',