[atk] Release 2.36.0



commit dbe95f6170ae1f4bb76c755506b4e3dd3990d5aa
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Thu Apr 2 11:42:56 2020 +0200

    Release 2.36.0

 NEWS        | 26 ++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 15b70d6..0837e69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in version 2.36
+=========================
+
+* New API
+   * Added ATK_ROLE_MARK and ATK_ROLE_SUGGESTION
+   * Add ATK_TEX_ATTR_TEXT_POSITION to the list of possible AtkText
+     attributes (MR!33)
+
+* Documentation
+   * Updated documentation for atk_text_set_caret_offset (MR!18)
+
+* Building - meson
+   * Fix building atk as subproject
+   * Add Meson wrap file for GLib (MR!37)
+
+* Building - visual studio
+   * Use -utf-8 if available (MR!38)
+
+Contributors
+   Luca Bacci, Joanmarie Diggs, Samuel Thibault
+
+Translations
+
+   Fran Dieguez (gl), Ryuta Fujii (ja), Daniel Korostil (uk), Jwtiyar
+   Nariman (ckb), Umarzuki Bin Mochlis Moktar (ms)
+
 Changes in version 2.35.1
 =========================
 
diff --git a/meson.build b/meson.build
index b54ce91..3b12d47 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('atk', 'c',
-        version: '2.35.1',
+        version: '2.36.0',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]