Release 2.11.2 ATK_2_11_2
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 18 Nov 2013 16:07:40 +0000 (17:07 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 18 Nov 2013 16:18:23 +0000 (17:18 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0e68cd5..70c7277 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Changes in version 2.11.2:
+==========================
+*
+* AtkRole:
+  * Bug 709106: add media (audio and video) roles
+  * Bug 712586: new ATK roles for ARIA roles (plus rating)
+    * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
+      ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
+      ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
+* AtkState:
+  * Bug 712576: add ATK_STATE_CHECKABLE
+  * Bug 712581: add ATK_STATE_HAS_POPUP
+* AtkDocument:
+  * Bug 709106: add page-changed-signal
+  * Deprecated atk_document_get_document and
+    atk_document_get_document_type
+  * Added testdocument on tests directory
+* Documentation:
+  * Update documentation for selected_link method and property
+  * Improve documentation of AtkAttribute and AtkAttributeSet
+* Updated Galician and Spanish translations
+
 Changes in version 2.11.1:
 ==========================
 *
index a5c3885..45577b9 100644 (file)
@@ -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], [1])
+m4_define([atk_micro_version], [2])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])