summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-03-24 12:22:42 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-03-24 12:22:58 +0000
commit0f214fa17d730cc83267e6378d2520082da0864d (patch)
treed6723bf7a198738bbb997a03951cc0205de0e472
parent6cb2486bb42729223db601ecbaac08ab0ff36f03 (diff)
downloadatk-0f214fa17d730cc83267e6378d2520082da0864d.tar.gz
Release ATK 2.38.0 (stable)
-rw-r--r--NEWS16
-rw-r--r--meson.build4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0837e69..fb9b734 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in version 2.38
+=======================
+
+* Require Meson 0.56.2
+* Add g_autoptr support for ATK types
+* Add ATK_STATE_COLLAPSED, matching AT-SPI's state
+* Improve support for ATK as a Meson subproject
+* Ensure that atk_value_get_value_and_text() can deal with NULL out arguments
+
+Contributors
+ Antonio Ospite, Philip Withnall, Colomban Wendling
+
+Translation updates
+ Catalan, Galician, Swedish, Belarusian, Persian, Latvian, Spanish
+ Indonesian, Icelandic
+
Changes in version 2.36
=========================
diff --git a/meson.build b/meson.build
index be53404..205d8db 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('atk', 'c',
- version: '2.37.0',
- license: 'LGPLv2.1+',
+ version: '2.38.0',
+ license: 'LGPL-2.1-or-later',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',