summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-11-24 13:07:41 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-11-24 13:07:41 +0100
commitd6708c65978cd903170e2d51177113c1dc484b9d (patch)
tree160f5f24b17fcabee553cdeefdb7dbf5b3fc3423
parent495bf3cce71aacd487e6910c0ee39b6feef0cf0a (diff)
downloadatk-d6708c65978cd903170e2d51177113c1dc484b9d.tar.gz
Release 2.15.2ATK_2_15_2
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fdcac15..29c66d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes in version 2.15.2:
+==========================
+*
+* AtkState:
+ * Bug 739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT
+ * Bug 740152: Document the deprecation of ATK_STATE_ARMED
+* Documentation:
+ * Bug 740044: Fix some unclear language regarding ATK_STATE_ACTIVE
+ * Bug 740066: Improve documentation related to AtkState and
+ AtkStateSet
+ * Extend atk_focus_tracker_notify deprecation documentation
+ * Remove some in-code documentation, that is already part of the
+ docs
+
+Contributors:
+Joanmarie Diggs, Alejandro Piñeiro
+
+Translations:
+Anders Jonsson (sv)
+
Changes in version 2.15.1:
==========================
*
diff --git a/configure.ac b/configure.ac
index bbb9a9d..967861d 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], [15])
-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])