summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2020-04-02 11:42:56 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2020-04-02 11:42:56 +0200
commitdbe95f6170ae1f4bb76c755506b4e3dd3990d5aa (patch)
tree29cf3d28af8f5d658723a9f296e36c84de3c607f
parentcfbdf7147d63befef73c4d69700395fc83fb52fb (diff)
downloadatk-gnome-3-36.tar.gz
Release 2.36.0ATK_2_36_0gnome-3-36
-rw-r--r--NEWS26
-rw-r--r--meson.build2
2 files changed, 27 insertions, 1 deletions
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',