summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2011-06-13 18:43:15 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2011-06-13 18:43:15 +0200
commitd6d035235b786a0ee975bc1d060747cc7c999009 (patch)
tree521dd398df1c23097972fbee9b03e8d6084b9485
parent2b6504ef3a8eb22b4d00c933e041fe2e1423142a (diff)
downloadatk-d6d035235b786a0ee975bc1d060747cc7c999009.tar.gz
Release atk 2.0.1ATK_2_0_1
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7b32ba0..df1a3c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in version 2.0.1:
+=========================
+*
+* Bug 652205: Use const instead G_CONST_RETURN
+* Bug 649307: Clarify AtkPlug and AtkSocket docs
+* Bug 551489: Fix doc of atk_text_get_text_before_offset
+* Bug 588083: Information about return value of some AtkText methods can be clearer
+* Added Alejandro Piñeiro Iglesias as maintainer
+* Updated .gitignore
+* VS 2008/2010 support update
+* New Zulu translation added, Esperanto and Catalan updated
+
Changes in version 2.0.0:
=========================
*
diff --git a/configure.ac b/configure.ac
index ec83fa7..6328c3b 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], [0])
-m4_define([atk_micro_version], [0])
+m4_define([atk_micro_version], [1])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])