diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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', |