summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-02-18 18:58:26 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-02-18 18:58:26 +0100
commit38cb591cc91008dcd6275163b3e66eb145311faf (patch)
tree0c465d078eba1a6b67ef2ecc7a75bb489ef46013
parent8f371c0f6c269f82f5d2a431b5099ccfec6cee85 (diff)
downloadatk-38cb591cc91008dcd6275163b3e66eb145311faf.tar.gz
Release 2.11.90ATK_2_11_90
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6ffa9e..af62244 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in version 2.11.90:
+==========================
+*
+* AtkComponent:
+ * Deprecate get_position and get_size in favor of get_extents.
+* AtkTable:
+ * Deprecate all index-based methods (atk_table_get_index_at,
+ atk_table_get_column_at_index, atk_table_get_row_at_index).
+* AtkTableCell:
+ * Bug 651353: Add AtkTableCell
+* Documentation:
+ * Document that atk_component_contains has a default implementation.
+ * Document AtkTableCell.
+ * Update AtkTable documentation after AtkTableCell addition.
+ * Document AtkRegistry (already existed but not properly included on
+ the documentation).
+ * API reference categorized (now easier to read).
+ * ATK overview added.
+ * Added some previously forgotten symbols (thanks to atk-unused.txt)
+
+Contributors:
+ Mike Gorse, Alejandro Piñeiro Iglesias
+
+Translations:
+ Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
+
Changes in version 2.11.6:
==========================
*
diff --git a/configure.ac b/configure.ac
index 9c9bb59..2117177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
m4_define([atk_major_version], [2])
m4_define([atk_minor_version], [11])
-m4_define([atk_micro_version], [6])
+m4_define([atk_micro_version], [90])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])