summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2019-06-17 13:05:07 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2019-06-17 21:41:11 +0200
commit57af1951823d6e855e2e37bb345070913449653d (patch)
treeb3f5c0923ee4c383fbaa054c43e419c883b0bb2f
parent7d51f36ae68f5e25ab21fb27eda8143b826a365e (diff)
downloadatk-57af1951823d6e855e2e37bb345070913449653d.tar.gz
Release ATK 2.33.3ATK_2_34_0ATK_2_33_3
Also adding notes for ATK 2.33.1 that were included on their release but not on any master commit.
-rw-r--r--NEWS54
-rw-r--r--meson.build2
2 files changed, 55 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe0e637..0a0bf2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+Changes in version 2.33.3
+=========================
+
+* Documentation: general documentation cleanup, as part of MR!3,
+ changes include:
+ * Move Deprecated section down on AtkUtil
+ * Update the list of symbols
+ * Annotate the version for AtkTableCellIface
+ * Use Markdown syntax for notes
+ * Use the appropriate syntax for enumerations
+ * Add missing documentation for AtkObject functions
+ * Write description for AtkImage method
+ * Add proper gtk-doc blurbs for AtkDocument, AtkComponentIface and AtkActionIface
+ * Remove atk.types (as we can autogenerate it)
+
+* AtkSocket/AtkPlug
+ * Implement proper constructor for AtkPlug and AtkSocket (MR!3)
+
+* AtkText
+ * Doc: minor doc fix for atk_text_get_default_attributes (MR!20)
+
+* New Roles:
+ * Issue #2: Add ATK_ROLE_CONTENT_INSERTION and ATK_ROLE_CONTENT_DELETION (MR!19)
+
+* Build
+ * Meson: do not guard gir behind a cross_build check. (MR!12)
+ * Meson: refresh the build (part of MR!3)
+ * Meson: use Meson to generate the pkgconfig file (MR!3)
+
+Contributors
+ Emmanuele Bassi, Joanmarie Diggs, Christoph Reiter, Martin Robinson
+
+Translations
+ Charles Monzat (fr)
+
+Changes in version 2.33.1
+=========================
+
+* AtkObject: added accessible_id property (MR!16)
+
+* AtkText
+ * Edit documentation for last methods added in order to fix
+ introspection
+ * Fix failure value for atk_text_get_caret_offset (MR!14)
+
+* Build:
+ * Bumping ATK version without a release as at-spi2-atk master
+ started to depend on last API changes.
+
+Contributors:
+ Emmanuele Bassi, Alejandro Piñeiro, Martin Robinson, Samuel
+ Thibault
+
+
Changes in version 2.31.93
==========================
*
diff --git a/meson.build b/meson.build
index f25c6c0..9b4cd14 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.33.1',
+ version: '2.33.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',